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

  /src/external/gpl3/gdb/dist/gnulib/import/
msvc-nothrow.h 30 /* Get original declaration of _get_osfhandle. */
35 /* Override _get_osfhandle. */
37 # define _get_osfhandle _gl_nothrow_get_osfhandle macro
msvc-nothrow.c 31 #undef _get_osfhandle macro
41 result = _get_osfhandle (fd);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
msvc-nothrow.h 30 /* Get original declaration of _get_osfhandle. */
35 /* Override _get_osfhandle. */
37 # define _get_osfhandle _gl_nothrow_get_osfhandle macro
msvc-nothrow.c 31 #undef _get_osfhandle macro
41 result = _get_osfhandle (fd);

Completed in 25 milliseconds