Bug 305170 - linux: add FIOCLEX and FIONCLEX ioctls
Summary: linux: add FIOCLEX and FIONCLEX ioctls
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.9.0.SVN
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 23:08 UTC by Ben Noordhuis
Modified: 2013-07-17 14:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
linux: add FIOCLEX and FIONCLEX ioctls (4.83 KB, patch)
2012-08-14 23:08 UTC, Ben Noordhuis
Details
darwin: add FIOCLEX and FIONCLEX ioctls (1.27 KB, patch)
2012-11-10 03:22 UTC, Ben Noordhuis
Details

Note You need to log in before you can comment on or make changes to this bug.
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.