Home
last modified time | relevance | path

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

/xen/tools/debugger/gdbsx/gx/
A Dgx_comm.c132 int save_fcntl_flags; in gx_remote_open() local
140 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