diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2016-04-07 12:58:44 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-04-07 17:13:47 +0200 |
commit | 9672033c6308b8878cd6c70bef5af7e6a079f341 (patch) | |
tree | 10d61b8a6dd170c92a275cf43151baf635cfad5d /newlib/libc/sys/rtems | |
parent | 9f664259f959d5339b9c16c84cd59935cefc43e3 (diff) | |
download | cygnal-9672033c6308b8878cd6c70bef5af7e6a079f341.tar.gz cygnal-9672033c6308b8878cd6c70bef5af7e6a079f341.tar.bz2 cygnal-9672033c6308b8878cd6c70bef5af7e6a079f341.zip |
Drop <unistd.h> include from RTEMS <sys/param.h>
This include is not present in default Newlib, glibc and FreeBSD
<sys/param.h>. With it there is now a conflict with <sys/libkern.h>
introduced by ecf453f9635fb278cff4d4bae21a1e249313b817.
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Diffstat (limited to 'newlib/libc/sys/rtems')
-rw-r--r-- | newlib/libc/sys/rtems/include/sys/param.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/sys/rtems/include/sys/param.h b/newlib/libc/sys/rtems/include/sys/param.h index aa0435220..db9786b31 100644 --- a/newlib/libc/sys/rtems/include/sys/param.h +++ b/newlib/libc/sys/rtems/include/sys/param.h @@ -47,8 +47,6 @@ /* end of from newlib's <sys/param.h> */ -#include <unistd.h> - #define BSD 199506 /* System version (year & month). */ #define BSD4_3 1 #define BSD4_4 1 |