HomeSort by: relevance | last modified time | path
    Searched defs:O_NOINHERIT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
filestuff.cc 50 #ifndef O_NOINHERIT
51 #define O_NOINHERIT 0
333 supported. On MinGW, O_CLOEXEC is an alias of O_NOINHERIT, and
336 O_CLOEXEC == 0 || O_CLOEXEC == O_NOINHERIT;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
filestuff.cc 51 #ifndef O_NOINHERIT
52 #define O_NOINHERIT 0
334 supported. On MinGW, O_CLOEXEC is an alias of O_NOINHERIT, and
337 O_CLOEXEC == 0 || O_CLOEXEC == O_NOINHERIT;

Completed in 37 milliseconds