Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rS283390: Add a function for converting wait options.
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
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. |