summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/sys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-19 17:38:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-19 17:38:13 +0000
commitb33d8a21ff36ea0e6d1c4cabceda6be9af405283 (patch)
tree5163b89f87075d71924ab5b786d0b3c973e9df54 /c/src/exec/posix/include/sys
parentBug report from Jiri Gaisler <jgais@ws.estec.esa.nl>: (diff)
downloadrtems-b33d8a21ff36ea0e6d1c4cabceda6be9af405283.tar.bz2
Moved sys/ioctl.h to libc support
Diffstat (limited to 'c/src/exec/posix/include/sys')
-rw-r--r--c/src/exec/posix/include/sys/Makefile.in2
-rw-r--r--c/src/exec/posix/include/sys/ioctl.h17
2 files changed, 1 insertions, 18 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 */