GNOME Bugzilla – Bug 682833
Handle EINTR for open()
Last modified: 2012-08-28 17:58:38 UTC
This is just open(). Look for bugs, find bugs...
Created attachment 222592 [details] [review] xdgmime: Handle EINTR in open()
Created attachment 222593 [details] [review] Switch all open() calls to use g_open() Because it now handles EINTR. And we should do so. While most people use Linux, which tries very hard to avoid propagating EINTR back up into userspace, it can still happen.
Comment on attachment 222593 [details] [review] Switch all open() calls to use g_open() sure
Attachment 222592 [details] pushed as 2542b6f - xdgmime: Handle EINTR in open() Attachment 222593 [details] pushed as 6e64ba5 - Switch all open() calls to use g_open()