fcntl.h 191 B

123456789
  1. #include_next <fcntl.h>
  2. /*
  3. * we only want to define as 0 for those targets in which it doesn't make
  4. * sense
  5. */
  6. #if defined(HAVE_OCLOEXEC) && HAVE_OCLOEXEC == 0
  7. #define O_CLOEXEC 0
  8. #endif