diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 14:41:37 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 14:41:37 +0000 |
commit | 8c2b377d28710215838741cd9778c8e7229ebf26 (patch) | |
tree | d24bddc26b796f7665f10720a0c5242f0f968541 /libpthread/linuxthreads/ptcleanup.c | |
parent | da6cf3047ecad6e3f2483932134640a77a2c3556 (diff) |
s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h
Diffstat (limited to 'libpthread/linuxthreads/ptcleanup.c')
-rw-r--r-- | libpthread/linuxthreads/ptcleanup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/ptcleanup.c b/libpthread/linuxthreads/ptcleanup.c index eda823a75..fa44ea142 100644 --- a/libpthread/linuxthreads/ptcleanup.c +++ b/libpthread/linuxthreads/ptcleanup.c @@ -20,7 +20,6 @@ #include <setjmp.h> #include "pthread.h" #include "internals.h" -#include <sysdep.h> #ifndef NO_PTR_DEMANGLE #include <jmpbuf-unwind.h> #define __JMPBUF_UNWINDS(a,b,c) _JMPBUF_UNWINDS(a,b,c) |