Searched refs:save_fcntl_flags (Results 1 – 1 of 1) sorted by relevance
225 int save_fcntl_flags, len; in remote_open() local344 save_fcntl_flags = VG_(fcntl) (remote_desc, VKI_F_GETFL, 0); in remote_open()345 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK); in remote_open()