Home
last modified time | relevance | path

Searched refs:old_fcntl_flags (Results 1 – 1 of 1) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c699 int old_fcntl_flags; variable
704 old_fcntl_flags = fcntl (0, F_GETFL, 0) & ~FASYNC; in init_sigio()
722 fcntl (0, F_SETFL, old_fcntl_flags | FASYNC); in request_sigio()
732 fcntl (0, F_SETFL, old_fcntl_flags); in unrequest_sigio()