Bug 305170

Summary: linux: add FIOCLEX and FIONCLEX ioctls
Product: [Developer tools] valgrind Reporter: Ben Noordhuis <info>
Component: generalAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: minor CC: tom
Priority: NOR    
Version: 3.9.0.SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: linux: add FIOCLEX and FIONCLEX ioctls
darwin: add FIOCLEX and FIONCLEX ioctls

Description Ben Noordhuis 2012-08-14 23:08:39 UTC
Created attachment 73168 [details]
linux: add FIOCLEX and FIONCLEX ioctls

Add support for the FIOCLEX and FIONCLEX ioctls. The attached patch is based off rev 12871, the current HEAD.
Comment 1 Ben Noordhuis 2012-11-10 03:22:58 UTC
Created attachment 75146 [details]
darwin: add FIOCLEX and FIONCLEX ioctls
Comment 2 Ben Noordhuis 2012-11-10 03:24:31 UTC
Added a second patch that adds FIOCLEX/FIONCLEX detection support for OS X.  Can someone please merge this?
Comment 3 Tom Hughes 2013-07-17 14:57:45 UTC
Linux part committed as r13462 but the Darwin part is outside the scope of my competence I'm afraid.