summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-15 12:57:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-15 12:57:50 +0000
commit621db4d2278c1cc0f4d464b3335192e8a6f272ab (patch)
treeff41494cd0d694081d1b6ce22acfcb2c7d8a2ffd /c/src
parentNew file from Ralf. (diff)
downloadrtems-621db4d2278c1cc0f4d464b3335192e8a6f272ab.tar.bz2
Moved <sys/cdefs.h> to lib/include/sys from libnetworking/sys so
non-networking applications could include <sys/ioctl.h>.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/include/sys/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am
index a5db29eafc..3d6045697b 100644
--- a/c/src/lib/include/sys/Makefile.am
+++ b/c/src/lib/include/sys/Makefile.am
@@ -14,9 +14,9 @@ else
NEWLIB_H_FILES += termios.h
endif
-H_FILES = ioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
+H_FILES = cdefs.h ioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
-noinst_HEADERS = utime.h termios.h ioctl.h rtems_ioccom.h
+noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
$(H_FILES:%=$(PROJECT_INCLUDE)/sys/%)