#ifndef fcntl_h extern "C" { #ifdef __fcntl_h_recursive #include_next #else #define fcntl __hide_fcntl #define open __hide_open #define creat __hide_creat #define __fcntl_h_recursive #include <_G_config.h> #include_next #undef fcntl #undef open #undef creat #define fcntl_h 1 int fcntl(int, int, ...); int creat _G_ARGS((const char*, unsigned short int)); int open _G_ARGS((const char*, int, ...)); #endif } #endif