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.
This commit is contained in:
Joel Sherrill
2007-09-13 13:08:55 +00:00
parent 98e398cbc1
commit c85cf8ec38
2 changed files with 5 additions and 1 deletions

View File

@@ -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:

View File

@@ -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>