Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from.
This commit is contained in:
11
lang/cem/libcc.ansi/headers/sys/ioctl.h
Normal file
11
lang/cem/libcc.ansi/headers/sys/ioctl.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* $Source$
|
||||
* $State$
|
||||
* $Revision$
|
||||
*/
|
||||
|
||||
#ifndef _SYS_IOCTL_H
|
||||
#define _SYS_IOCTL_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user