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)
Fri, Oct 17, 1:19 PM
Unknown Object (File)
Sat, Oct 11, 2:49 AM
Unknown Object (File)
Wed, Oct 8, 5:04 AM
Unknown Object (File)
Sat, Oct 4, 7:19 AM
Unknown Object (File)
Sep 19 2025, 12:01 AM
Unknown Object (File)
Sep 17 2025, 12:47 AM
Unknown Object (File)
Sep 13 2025, 9:49 PM
Unknown Object (File)
Aug 17 2025, 12:38 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.