HomeSort by relevance Sort by last modified time
    Searched defs:_get_osfhandle (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
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 29 #undef _get_osfhandle macro
39 result = _get_osfhandle (fd);

Completed in 77 milliseconds