diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-05-19 12:58:44 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-05-19 12:58:44 +0000 |
| commit | d49fb289c8ff64b175b043f25142936adfd9f5d3 (patch) | |
| tree | bc3d9b8a3cd173ed337489fd7e9af05907a1c658 /sys/compat/linux/linux_misc.h | |
| parent | aa28871254bb18f2ea4f2b4ec087cf729b12735e (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_misc.h')
| -rw-r--r-- | sys/compat/linux/linux_misc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h index 8c003cac5a77..f56b64a89464 100644 --- a/sys/compat/linux/linux_misc.h +++ b/sys/compat/linux/linux_misc.h @@ -149,8 +149,9 @@ extern int stclohz; #define LINUX_GRND_NONBLOCK 0x0001 #define LINUX_GRND_RANDOM 0x0002 -int linux_common_wait(struct thread *td, int pid, int *status, - int options, struct rusage *ru); +#if defined(__amd64__) && !defined(COMPAT_LINUX32) +int linux_ptrace_status(struct thread *td, int pid, int status); +#endif void linux_to_bsd_waitopts(int options, int *bsdopts); int linux_set_upcall_kse(struct thread *td, register_t stack); int linux_set_cloned_tls(struct thread *td, void *desc); |
