Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Dremote-utils.c66 int save_fcntl_flags; in remote_open() local
177 save_fcntl_flags = fcntl (remote_desc, F_GETFL, 0); in remote_open()
178 fcntl (remote_desc, F_SETFL, save_fcntl_flags | FASYNC); in remote_open()