diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 02:11:44 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 02:11:44 +0000 |
commit | 76e3f1c91e7cc21260b08adb60c974fa6515ce52 (patch) | |
tree | cc067b62989d94feedd81d74cde596d643ff01c1 /libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c | |
parent | 61257ecf3c60e69e38c2d28fc23040735f2e35b1 (diff) | |
download | uClibc-alpine-76e3f1c91e7cc21260b08adb60c974fa6515ce52.tar.bz2 uClibc-alpine-76e3f1c91e7cc21260b08adb60c974fa6515ce52.tar.xz |
Final set of changes for NPTL and new build system. NPTL can now build with the new build system.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c b/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c index 3d1c02181..cf5150341 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c @@ -20,7 +20,6 @@ #include <unistd.h> #include <list.h> #include "fork.h" -#include <dl-sysdep.h> #include <tls.h> #include <string.h> #include <pthreadP.h> |