summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_signal.c
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-08-17 21:06:48 +0000
committernetchild <netchild@FreeBSD.org>2006-08-17 21:06:48 +0000
commit5d552cdc476cb4806602f1d9689bce0a0b5d34ae (patch)
treea990a7a12993946826ad9e1fb76c4b5b25743000 /sys/compat/linux/linux_signal.c
parent85df8020c4d1802f6304fc6d1e76c0999c388758 (diff)
downloadFreeBSD-src-5d552cdc476cb4806602f1d9689bce0a0b5d34ae.zip
FreeBSD-src-5d552cdc476cb4806602f1d9689bce0a0b5d34ae.tar.gz
Move some stuff into headers where they belong.
Sponsored by: Google SoC 2006 Submitted by: rdivacky Noticed by: jhb, ssouhlal
Diffstat (limited to 'sys/compat/linux/linux_signal.c')
-rw-r--r--sys/compat/linux/linux_signal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_signal.c b/sys/compat/linux/linux_signal.c
index 50a05fa..a33acc7 100644
--- a/sys/compat/linux/linux_signal.c
+++ b/sys/compat/linux/linux_signal.c
@@ -51,9 +51,6 @@ __FBSDID("$FreeBSD$");
#include <compat/linux/linux_util.h>
#include <compat/linux/linux_emul.h>
-extern struct sx emul_shared_lock;
-extern struct sx emul_lock;
-
void
linux_to_bsd_sigset(l_sigset_t *lss, sigset_t *bss)
{
OpenPOWER on IntegriCloud