aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_emul.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-08-17 21:06:48 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-08-17 21:06:48 +0000
commit94cb2ecf795711491c87f58c9963fe907f72f171 (patch)
treea990a7a12993946826ad9e1fb76c4b5b25743000 /sys/compat/linux/linux_emul.h
parent02e079a2c3ad490d0aaee8b5deb73de6ff88f724 (diff)
Notes
Diffstat (limited to 'sys/compat/linux/linux_emul.h')
-rw-r--r--sys/compat/linux/linux_emul.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_emul.h b/sys/compat/linux/linux_emul.h
index 1cae3db41a1f..0c431758f1b7 100644
--- a/sys/compat/linux/linux_emul.h
+++ b/sys/compat/linux/linux_emul.h
@@ -72,4 +72,7 @@ void linux_proc_exit(void *, struct proc *);
void linux_schedtail(void *, struct proc *);
void linux_proc_exec(void *, struct proc *, struct image_params *);
+extern struct sx emul_shared_lock;
+extern struct sx emul_lock;
+
#endif /* !_LINUX_EMUL_H_ */