Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-07 13:58:44 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-04-07 18:13:47 +0300
commit9672033c6308b8878cd6c70bef5af7e6a079f341 (patch)
tree10d61b8a6dd170c92a275cf43151baf635cfad5d /newlib
parent9f664259f959d5339b9c16c84cd59935cefc43e3 (diff)
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')
-rw-r--r--newlib/libc/sys/rtems/include/sys/param.h2
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