Page MenuHomeFreeBSD

Add a functione for converting wait options.
ClosedPublic

Authored by dchagin on Oct 31 2014, 6:39 AM.
Tags
None
Referenced Files
F114892495: D1045.diff
Fri, Apr 18, 5:30 AM
F114878056: D1045.id5611.diff
Fri, Apr 18, 12:52 AM
Unknown Object (File)
Mon, Apr 14, 6:09 AM
Unknown Object (File)
Mon, Apr 14, 6:04 AM
Unknown Object (File)
Mon, Apr 14, 5:55 AM
Unknown Object (File)
Mon, Apr 14, 5:35 AM
Unknown Object (File)
Mon, Apr 14, 3:28 AM
Unknown Object (File)
Sat, Apr 5, 6:32 AM
Subscribers

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dchagin retitled this revision from to Add a functione for converting wait options..
trasz added inline comments.
sys/compat/linux/linux_misc.h
123

What's the purpose of WNOTHREAD and WALL? The diff below doesn't use those. Also, why not LINUX prefix, __LINUX_WNOWAIT, perhaps?

sys/compat/linux/linux_misc.h
123

Mostly for the future. Possible i'm broke LinuxThreads support (pre NPTL threads library) by switch to native threads.

whoops, they are used, so it is wrong to remove it.

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 21 2015, 6:12 PM
This revision was automatically updated to reflect the committed changes.