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)
Thu, Feb 13, 6:22 AM
Unknown Object (File)
Sat, Jan 18, 3:15 PM
Unknown Object (File)
Jan 10 2025, 3:28 PM
Unknown Object (File)
Dec 28 2024, 10:38 PM
Unknown Object (File)
Dec 28 2024, 9:49 PM
Unknown Object (File)
Dec 18 2024, 4:10 AM
Unknown Object (File)
Dec 18 2024, 3:22 AM
Unknown Object (File)
Dec 13 2024, 12:12 AM
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.