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 ecf453f963
.
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
9f664259f9
commit
9672033c63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue