summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/ioccom.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-17 14:57:47 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-17 14:57:47 +0100
commit836803f72ae883dbceb93c5be3e4e988646ceb42 (patch)
tree50b634d5345180d9be5958756299153baa4d005e /cpukit/libcsupport/include/sys/ioccom.h
parentsparc: Fix context switch on SMP (diff)
downloadrtems-836803f72ae883dbceb93c5be3e4e988646ceb42.tar.bz2
Import latest <sys/filio.h> from FreeBSD
Required by new network stack.
Diffstat (limited to 'cpukit/libcsupport/include/sys/ioccom.h')
-rw-r--r--cpukit/libcsupport/include/sys/ioccom.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/libcsupport/include/sys/ioccom.h b/cpukit/libcsupport/include/sys/ioccom.h
index d454328c23..1699fc9eeb 100644
--- a/cpukit/libcsupport/include/sys/ioccom.h
+++ b/cpukit/libcsupport/include/sys/ioccom.h
@@ -80,16 +80,6 @@ typedef uint32_t ioctl_command_t;
#define RTEMS_IO_SNDWAKEUP 5
#define RTEMS_IO_TCFLUSH 6
-/* copied from libnetworking/sys/filio.h and commented out there */
-/* Generic file-descriptor ioctl's. */
-#define FIOCLEX _IO('f', 1) /* set close on exec on fd */
-#define FIONCLEX _IO('f', 2) /* remove close on exec */
-#define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
-#define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */
-#define FIOASYNC _IOW('f', 125, int) /* set/clear async i/o */
-#define FIOSETOWN _IOW('f', 124, int) /* set owner */
-#define FIOGETOWN _IOR('f', 123, int) /* get owner */
-
#ifdef _KERNEL
#if defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD5) || \