diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-11 23:53:20 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-11 23:53:20 +0000 |
commit | 8f14fbdfe239485f1f9267be8cad07a7ee7d6b29 (patch) | |
tree | 29dd17b1b3e76343b9818ca0f19a44fece5a5044 /libpthread/nptl/pthread_create.c | |
parent | 8ba0998b77685cabdeb878c57de3af99965ef62a (diff) |
More glibc backward compatibility cruft. Oh the horror!
Diffstat (limited to 'libpthread/nptl/pthread_create.c')
-rw-r--r-- | libpthread/nptl/pthread_create.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c index 18f1c034c..532b8fd56 100644 --- a/libpthread/nptl/pthread_create.c +++ b/libpthread/nptl/pthread_create.c @@ -28,8 +28,6 @@ #include <libc-internal.h> #include <resolv.h> -#include <shlib-compat.h> - /* Local function to start thread and handle cleanup. */ static int start_thread (void *arg); |