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)
Mar 19 2024, 11:09 PM
Unknown Object (File)
Jan 18 2024, 1:12 PM
Unknown Object (File)
Jan 5 2024, 5:36 PM
Unknown Object (File)
Jan 3 2024, 6:23 PM
Unknown Object (File)
Dec 30 2023, 5:09 PM
Unknown Object (File)
Dec 20 2023, 12:10 AM
Unknown Object (File)
Nov 7 2023, 2:08 PM
Unknown Object (File)
Sep 17 2023, 12:46 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.