Eliminate a now unused global declaration of elf_linux_sysvec.
Differential Revision: https://reviews.freebsd.org/D1061 Reviewed by: trasz
This commit is contained in:
parent
cd614289ee
commit
c7a9185ada
@ -523,8 +523,6 @@ struct l_rt_sigframe {
|
||||
l_handler_t sf_handler;
|
||||
} __packed;
|
||||
|
||||
extern struct sysentvec elf_linux_sysvec;
|
||||
|
||||
/*
|
||||
* open/fcntl flags
|
||||
*/
|
||||
|
@ -499,7 +499,6 @@ struct l_rt_sigframe {
|
||||
};
|
||||
|
||||
extern struct sysentvec linux_sysvec;
|
||||
extern struct sysentvec elf_linux_sysvec;
|
||||
|
||||
/*
|
||||
* open/fcntl flags
|
||||
|
Loading…
Reference in New Issue
Block a user