GNOME Bugzilla – Bug 690069
g_unix_open_pipe: Add missing F_SETFD
Last modified: 2012-12-12 13:06:28 UTC
Spotted by Ray Strode <rstrode@redhat.com>
Created attachment 231309 [details] [review] g_unix_open_pipe: Add missing F_SETFD
Review of attachment 231309 [details] [review]: Seems right, but maybe we should avoid calling fcntl at all if flags is 0 ?
Created attachment 231310 [details] [review] g_unix_open_pipe: Add missing F_SETFD While we're here, microoptimize by skipping the fcntl() calls if flags is 0.
Review of attachment 231310 [details] [review]: sure
Attachment 231310 [details] pushed as c700721 - g_unix_open_pipe: Add missing F_SETFD