[791] in Pthreads mailing list archive
compiling error
daemon@ATHENA.MIT.EDU (eddy)
Fri Sep 25 10:56:35 1998
From: "eddy" <eddyg@internet-zahav.net>
To: <pthreads@MIT.EDU>
Date: Tue, 4 Mar 1997 17:20:35 +0200
While compiling pthreads source i receive this error:
bash# make
gcc -c -g -O -I../include -DPTHREAD_KERNEL -c globals.c
In file included from ../include/timers.h:43,
from ../include/pthread/sleep.h:42,
from ../include/pthread.h:48,
from globals.c:5:
..../include/sys/timers.h:47: redefinition of `struct timespec'
make: *** [globals.o] Error 1
Can you help me ?