// $Id: file.h,v 1.2 1993/08/02 17:21:37 mycroft Exp $ #ifndef __libgxx_sys_file_h extern "C" { #ifdef __sys_file_h_recursive #include_next #else #define fcntl __hide_fcntl #define open __hide_open #define creat __hide_creat #define __sys_file_h_recursive #ifdef VMS #include "GNU_CC_INCLUDE:[sys]file.h" #else #include_next #endif #undef fcntl #undef open #undef creat #define __libgxx_sys_file_h 1 #endif } #endif