From 03a2f3e48caec15b1a9cebccc85328e9b8169df0 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 15 Feb 2011 04:40:40 -0500 Subject: cleanup socketcall syscall interface to ease porting to sane(r) archs --- arch/i386/bits/ioctl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch/i386/bits') diff --git a/arch/i386/bits/ioctl.h b/arch/i386/bits/ioctl.h index 544bbdce..336c71c3 100644 --- a/arch/i386/bits/ioctl.h +++ b/arch/i386/bits/ioctl.h @@ -127,6 +127,13 @@ struct winsize { #define N_SYNC_PPP 14 #define N_HCI 15 +#define FIOSETOWN 0x8901 +#define SIOCSPGRP 0x8902 +#define FIOGETOWN 0x8903 +#define SIOCGPGRP 0x8904 +#define SIOCATMARK 0x8905 +#define SIOCGSTAMP 0x8906 + #define SIOCADDRT 0x890B #define SIOCDELRT 0x890C #define SIOCRTMSG 0x890D -- cgit v1.2.1