summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-13 13:08:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-13 13:08:55 +0000
commitc85cf8ec38be37bf94a6817df63339a78ce3020c (patch)
treed851d2d697bc804ba20a990ae2d4afbc4702f2af /c
parentAdd missing #endif in powerpc/setjmp.S (diff)
downloadrtems-c85cf8ec38be37bf94a6817df63339a78ce3020c.tar.bz2
2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/spw/grspw.c: Remove include of sched.h. It does not appear to be needed and is unavailable when POSIX is disabled.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog5
-rw-r--r--c/src/lib/libbsp/sparc/shared/spw/grspw.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index 8e3d582e4d..93e394af66 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/spw/grspw.c: Remove include of sched.h. It does not appear to
+ be needed and is unavailable when POSIX is disabled.
+
2007-09-12 Daniel Hellstrom <daniel@gaisler.com>
* shared/can/grcan.c, shared/include/debug_defs.h, shared/spw/grspw.c:
diff --git a/c/src/lib/libbsp/sparc/shared/spw/grspw.c b/c/src/lib/libbsp/sparc/shared/spw/grspw.c
index d59e7c9206..3200b6bf36 100644
--- a/c/src/lib/libbsp/sparc/shared/spw/grspw.c
+++ b/c/src/lib/libbsp/sparc/shared/spw/grspw.c
@@ -77,7 +77,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include <sched.h>
#include <ctype.h>
#include <rtems/bspIo.h>
#include <ambapp.h>