gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__libc_fcntl (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fdopen.c - 3.2KB - 84 lines
57:         /* Make sure the mode the user wants is a subset of the actual mode. */
58:         if ((fdflags = __libc_fcntl(fd, F_GETFL, 0)) < 0)
59:                 { f = fdflags & 0xffff; goto e1; }