freebsd-to-rtems.py: Removed cdefs.h, signal.h, and signalvar.h

These are now included as part of the tools.
This commit is contained in:
Jennifer Averett 2012-09-06 09:06:38 -05:00
parent 324dde6faa
commit 4d0d5ae00c

View File

@ -1164,7 +1164,6 @@ devUsbBase.addHeaderFiles(
'sys/bus_dma.h',
'sys/bus.h',
'sys/callout.h',
'sys/cdefs.h',
'sys/condvar.h',
'sys/conf.h',
#'sys/cpuset.h',
@ -1218,8 +1217,6 @@ devUsbBase.addHeaderFiles(
'sys/_semaphore.h',
'sys/selinfo.h',
'sys/sigio.h',
'sys/signal.h',
'sys/signalvar.h',
'sys/_sigset.h',
#'sys/sleepqueue.h',
'sys/socket.h',