Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dinflow.c657 static int old_fcntl_flags; variable
666 old_fcntl_flags = fcntl (target_activity_fd, F_GETFL, 0); in set_sigio_trap()
667 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags | FASYNC); in set_sigio_trap()
677 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags); in clear_sigio_trap()