[patch] glibc-2.3.4 / pthread.h
Paweł Sikora
pluto at pld-linux.org
Mon Feb 14 14:47:59 CET 2005
In file included from ../../gcc/gthr-posix.h:43,
from ./gthr-default.h:1,
from ../../gcc/gthr.h:114,
from ../../gcc/unwind-dw2.c:42:
/usr/include/pthread.h:664: error: array type has incomplete element type
make[3]: *** [libgcc/./unwind-dw2_s.o] Error 1
--- /usr/include/pthread.h.orig 2005-02-14 14:38:54.586821048 +0100
+++ /usr/include/pthread.h 2005-02-14 14:39:24.935207392 +0100
@@ -24,9 +24,9 @@
#include <time.h>
#define __need_sigset_t
+#include <setjmp.h>
#include <signal.h>
#include <bits/pthreadtypes.h>
-#include <bits/setjmp.h>
#include <bits/wordsize.h>
More information about the pld-devel-pl
mailing list