Pid equal 0 meaning wait for any child process whose process group identificator
is equal to that of the calling process.
Details
Details
- Reviewers
- None
- Group Reviewers
Linux Emulation
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 41100 Build 37989: arc lint + arc unit
Event Timeline
sys/compat/linux/linux_misc.c | ||
---|---|---|
1090 | this should be pg_id no? |
Comment Actions
it handled by pid < 0, as pid == -1 before it
sys/compat/linux/linux_misc.c | ||
---|---|---|
1090 | ah)) sure! |
Comment Actions
In my copy of the FreeBSD source tree, linux_common_wait() has the following prototype
static int linux_common_wait(struct thread *td, int pid, int *statusp, int options, struct __wrusage *wrup)
So I am not sure what is this about.
Comment Actions
hmm, no,
seems it's my fault in the https://reviews.freebsd.org/D31552, and should be fixed there