From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Klecker To: libc-hacker@sourceware.cygnus.com Subject: Current glibc-2-1-branch linuxthreads/signals.c doesn't compile Date: Fri, 22 Oct 1999 00:10:00 -0000 Message-id: X-SW-Source: 1999-10/msg00058.html Without --with-headers, ends up being gotten from the system headers, which is perhaps why this wasn't caught before. linuxthreads/signals.c doesn't appear to need any of the functions prototyped in , so I believe this is the correct fix. 1999-10-22 Joel Klecker * signals.c: Include instead of . Index: linuxthreads/signals.c =================================================================== RCS file: /cvs/glibc/libc/linuxthreads/signals.c,v retrieving revision 1.8.2.3 diff -u -r1.8.2.3 signals.c --- linuxthreads/signals.c 1999/09/25 16:59:50 1.8.2.3 +++ linuxthreads/signals.c 1999/10/22 06:54:36 @@ -19,7 +19,7 @@ #include "pthread.h" #include "internals.h" #include "spinlock.h" -#include +#include #include int pthread_sigmask(int how, const sigset_t * newmask, sigset_t * oldmask) -- Joel Klecker (aka Espy) Debian Package Maintainer for the GNU C Library.