Page MenuHomeFreeBSD

Add a functione for converting wait options.
ClosedPublic

Authored by dchagin on Oct 31 2014, 6:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 1:03 AM
Unknown Object (File)
Mon, Mar 23, 11:39 PM
Unknown Object (File)
Sun, Mar 22, 6:36 AM
Unknown Object (File)
Fri, Mar 20, 7:38 AM
Unknown Object (File)
Wed, Mar 18, 9:49 PM
Unknown Object (File)
Tue, Mar 17, 5:29 AM
Unknown Object (File)
Mon, Mar 16, 6:28 PM
Unknown Object (File)
Mon, Mar 16, 4:06 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 โ†—(On Diff #2175)

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 โ†—(On Diff #2175)

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.