summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 15:46:05 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 15:46:05 +0000
commit5c3e282c6e2de5e789d3037361681fa9796a395a (patch)
tree73ec5dc0be1e7179cb60e0ec95457a64a7d10e08
parent18c167233413ace7a8a90b3291ccd255ba510cc4 (diff)
downloadFreeBSD-src-5c3e282c6e2de5e789d3037361681fa9796a395a.zip
FreeBSD-src-5c3e282c6e2de5e789d3037361681fa9796a395a.tar.gz
MFC r283408:
Eliminate a now unused global declaration of elf_linux_sysvec.
-rw-r--r--sys/amd64/linux32/linux.h2
-rw-r--r--sys/i386/linux/linux.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h
index eb0b0c9..28fcdd5 100644
--- a/sys/amd64/linux32/linux.h
+++ b/sys/amd64/linux32/linux.h
@@ -523,8 +523,6 @@ struct l_rt_sigframe {
l_handler_t sf_handler;
} __packed;
-extern struct sysentvec elf_linux_sysvec;
-
/*
* open/fcntl flags
*/
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index 251c64e..8b168c4 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -499,7 +499,6 @@ struct l_rt_sigframe {
};
extern struct sysentvec linux_sysvec;
-extern struct sysentvec elf_linux_sysvec;
/*
* open/fcntl flags
OpenPOWER on IntegriCloud