Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / ioctl.h
1 /*
2  * Acess2 POSIX Emulation
3  * - By John Hodge (thePowersGang)
4  *
5  * ioctl.h
6  * - IOCtl hacks
7  */
8 #ifndef _LIBPOSIX__IOCTL_H_
9 #define _LIBPOSIX__IOCTL_H_
10
11 extern int ioctl(int d, int request, ...);
12
13 #endif
14

UCC git Repository :: git.ucc.asn.au