mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Moved sys/ioctl.h to libc support
This commit is contained 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)
|
||||
|
||||
@@ -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 */
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user