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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dinflow.c661 static int old_fcntl_flags;
670 old_fcntl_flags = fcntl (target_activity_fd, F_GETFL, 0);
671 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags | FASYNC);
681 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags);
656 static int old_fcntl_flags; variable

Completed in 32 milliseconds