diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-09-08 17:14:52 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-09-08 17:14:52 -0400 |
commit | 455f96857f91d14e193219ca00969354a981c09c (patch) | |
tree | 82c387b652bbc5492693be147a904bf98d69954a /include/spawn.h | |
parent | b7afd7a7ec95fdc98dd31078891a9563d6f4ac73 (diff) | |
download | musl-455f96857f91d14e193219ca00969354a981c09c.tar.gz |
remove all remaining redundant __restrict/__inline/_Noreturn defs
Diffstat (limited to 'include/spawn.h')
-rw-r--r-- | include/spawn.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/spawn.h b/include/spawn.h index c934d423..a28ae691 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -5,11 +5,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif +#include <features.h> #define __NEED_mode_t #define __NEED_pid_t |