diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2015-03-11 15:38:54 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-03-11 15:45:38 +0100 |
commit | b161b155c8edf4ed88df68c4fe4a41597f0d2b4d (patch) | |
tree | c09cc1804e2b34259276604218dd4031928e9c51 /newlib/libc/include/sys/signal.h | |
parent | 6bd719beeb334e07ca7b0cb097494b28c5137fc3 (diff) | |
download | cygnal-b161b155c8edf4ed88df68c4fe4a41597f0d2b4d.tar.gz cygnal-b161b155c8edf4ed88df68c4fe4a41597f0d2b4d.tar.bz2 cygnal-b161b155c8edf4ed88df68c4fe4a41597f0d2b4d.zip |
Add and use latest <sys/timespec.h> from FreeBSD
* libc/include/sys/_timespec.h: Import from FreeBSD.
* libc/include/sys/timespec.h: Likewise.
* libc/include/time.h: Include <sys/timespec.h>.
* libc/include/sys/types.h (timespec): Delete.
(itimerspec): Likewise.
* libc/include/machine/time.h: Include <sys/_timespec.h>.
* libc/include/sys/sched.h: Likewise.
* libc/include/sys/signal.h: Likewise.
* libc/include/sys/stat.h: Likewise.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/include/sys/signal.h')
-rw-r--r-- | newlib/libc/include/sys/signal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/signal.h b/newlib/libc/include/sys/signal.h index a29f525c1..7fc30a777 100644 --- a/newlib/libc/include/sys/signal.h +++ b/newlib/libc/include/sys/signal.h @@ -9,6 +9,7 @@ extern "C" { #include "_ansi.h" #include <sys/features.h> #include <sys/types.h> +#include <sys/_timespec.h> /* #ifndef __STRICT_ANSI__*/ |