diff options
Diffstat (limited to 'libio/iolibio.h')
-rw-r--r-- | libio/iolibio.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libio/iolibio.h b/libio/iolibio.h index ca863b51b3..92df6a6fd2 100644 --- a/libio/iolibio.h +++ b/libio/iolibio.h @@ -56,22 +56,3 @@ extern _IO_FILE* _IO_popen __P((const char*, const char*)); #ifdef __cplusplus } #endif - -#define _IO_open __open -#define _IO_close __close -#define _IO_fork __fork -#define _IO_fcntl __fcntl -#define _IO__exit _exit -#define _IO_read __read -#define _IO_write __write -#define _IO_lseek __lseek -#define _IO_getdtablesize __getdtablesize -#define _IO_pipe __pipe -#define _IO_dup2 __dup2 -#define _IO_execl execl -#define _IO_waitpid __waitpid -#define _IO_stat __stat -#define _IO_getpid __getpid -#define _IO_geteuid __geteuid -#define _IO_getegid __getegid -#define _IO_fstat __fstat |