diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2015-05-24 15:06:39 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2015-05-24 15:06:39 +0000 |
| commit | e5fe4ccf59df2c9bc0dc9b45d8c10345d0267c9b (patch) | |
| tree | 1082aae0d7fd0206be5bd27b13e1eee0981a59d3 /sys/compat/linux/linux_misc.h | |
| parent | 18599d43e918ecbceccb87e7d6de351d4e9b0e39 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_misc.h')
| -rw-r--r-- | sys/compat/linux/linux_misc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h index be2da813f856..71d8f1b6de38 100644 --- a/sys/compat/linux/linux_misc.h +++ b/sys/compat/linux/linux_misc.h @@ -125,6 +125,12 @@ extern int stclohz; #define __WALL 0x40000000 #define __WCLONE 0x80000000 +/* Linux waitid idtype */ +#define LINUX_P_ALL 0 +#define LINUX_P_PID 1 +#define LINUX_P_PGID 2 + + int linux_common_wait(struct thread *td, int pid, int *status, int options, struct rusage *ru); void linux_to_bsd_waitopts(int options, int *bsdopts); |
