diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 07:27:02 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 07:27:02 +0000 |
commit | 4ace63889357f5ffc8b96a8a6144352e7ce56eec (patch) | |
tree | 21cae77af0719690b1255038635714a30e4f073d /libpthread/nptl/pt-system.c | |
parent | f5faeff83458b4dc618ca83edd2dd33dbe63c15d (diff) | |
download | uClibc-alpine-4ace63889357f5ffc8b96a8a6144352e7ce56eec.tar.bz2 uClibc-alpine-4ace63889357f5ffc8b96a8a6144352e7ce56eec.tar.xz |
Big set of various patches to get the NPTL libraries to build and link.
Diffstat (limited to 'libpthread/nptl/pt-system.c')
-rw-r--r-- | libpthread/nptl/pt-system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pt-system.c b/libpthread/nptl/pt-system.c index c43c1edbb..2d7f5d172 100644 --- a/libpthread/nptl/pt-system.c +++ b/libpthread/nptl/pt-system.c @@ -24,7 +24,6 @@ /* Compatibility define. */ #ifdef __UCLIBC__ -#include <sysdep-cancel.h> #define __libc_system system #endif |