unixlib_gcc.h 302 B

12345678910111213141516
  1. /* 2004-12-12 SMS.
  2. *
  3. * Emergency replacement UNIXLIB.H for GNU C, for use as needed.
  4. * Install as GNU_CC_INCLUDE:[000000]UNIXLIB.H
  5. */
  6. #ifndef __UNIXLIB_LOADED
  7. #define __UNIXLIB_LOADED 1
  8. #include <sys/types.h>
  9. #include <stdlib.h>
  10. typedef struct stat stat_t;
  11. #endif /* ndef __UNIXLIB_LOADED */