From b161b155c8edf4ed88df68c4fe4a41597f0d2b4d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 11 Mar 2015 15:38:54 +0100 Subject: Add and use latest from FreeBSD * libc/include/sys/_timespec.h: Import from FreeBSD. * libc/include/sys/timespec.h: Likewise. * libc/include/time.h: Include . * libc/include/sys/types.h (timespec): Delete. (itimerspec): Likewise. * libc/include/machine/time.h: Include . * libc/include/sys/sched.h: Likewise. * libc/include/sys/signal.h: Likewise. * libc/include/sys/stat.h: Likewise. Signed-off-by: Corinna Vinschen --- newlib/libc/include/machine/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/machine') diff --git a/newlib/libc/include/machine/time.h b/newlib/libc/include/machine/time.h index 9b44941d6..6f9a35cc5 100644 --- a/newlib/libc/include/machine/time.h +++ b/newlib/libc/include/machine/time.h @@ -8,7 +8,7 @@ #endif #ifdef __SPU__ -#include +#include int nanosleep (const struct timespec *, struct timespec *); #endif -- cgit v1.2.3