Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rS283390: Add a function for converting wait options.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |