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_cond_init.c | |
parent | 8ba0998b77685cabdeb878c57de3af99965ef62a (diff) |
More glibc backward compatibility cruft. Oh the horror!
Diffstat (limited to 'libpthread/nptl/pthread_cond_init.c')
-rw-r--r-- | libpthread/nptl/pthread_cond_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_cond_init.c b/libpthread/nptl/pthread_cond_init.c index 5e2e6704a..fd5c84c34 100644 --- a/libpthread/nptl/pthread_cond_init.c +++ b/libpthread/nptl/pthread_cond_init.c @@ -17,7 +17,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <shlib-compat.h> #include "pthreadP.h" |