summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/posix/include/sys/Makefile.in2
-rw-r--r--c/src/exec/posix/include/sys/ioctl.h17
-rw-r--r--c/src/lib/include/Makefile.in2
3 files changed, 2 insertions, 19 deletions
diff --git a/c/src/exec/posix/include/sys/Makefile.in b/c/src/exec/posix/include/sys/Makefile.in
index e787a7a977..6cd1588f29 100644
--- a/c/src/exec/posix/include/sys/Makefile.in
+++ b/c/src/exec/posix/include/sys/Makefile.in
@@ -9,7 +9,7 @@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
#H_PIECES=utsname
-H_PIECES=utime ioctl
+H_PIECES=utime
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES)
diff --git a/c/src/exec/posix/include/sys/ioctl.h b/c/src/exec/posix/include/sys/ioctl.h
deleted file mode 100644
index 1020db6079..0000000000
--- a/c/src/exec/posix/include/sys/ioctl.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * $Id$
- */
-
-#ifndef __SYS_IOCTL_h__
-#define __SYS_IOCTL_h__
-
-/* Functions */
-
-int ioctl(
- int fd,
- int request,
- ...
-);
-
-#endif
-/* end of include file */
diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in
index 568e6ecb60..9560694092 100644
--- a/c/src/lib/include/Makefile.in
+++ b/c/src/lib/include/Makefile.in
@@ -12,7 +12,7 @@ H_PIECES=chain console clockdrv iosupp ringbuf \
spurious timerdrv vmeintr
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
-SYS_H_PIECES=termios
+SYS_H_PIECES=ioctl termios
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/sys/%.h)
MOTOROLA_H_PIECES=mc68230 mc68681