Searched refs:save_fcntl_flags (Results 1 – 1 of 1) sorted by relevance
132 int save_fcntl_flags; in gx_remote_open() local140 save_fcntl_flags = fcntl(remote_fd, F_GETFL, 0); in gx_remote_open()141 fcntl(remote_fd, F_SETFL, save_fcntl_flags | FASYNC); in gx_remote_open()
Completed in 4 milliseconds