From b33d8a21ff36ea0e6d1c4cabceda6be9af405283 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Jan 1999 17:38:13 +0000 Subject: Moved sys/ioctl.h to libc support --- c/src/exec/posix/include/sys/Makefile.in | 2 +- c/src/exec/posix/include/sys/ioctl.h | 17 ----------------- c/src/lib/include/Makefile.in | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 c/src/exec/posix/include/sys/ioctl.h (limited to 'c') 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 -- cgit v1.2.3