mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
amd64/linux*: mark brandlists as static
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
29d4f8bfc6
commit
be707ee095
2 changed files with 2 additions and 2 deletions
|
|
@ -898,7 +898,7 @@ static Elf64_Brandinfo linux_muslbrand = {
|
|||
LINUX_BI_FUTEX_REQUEUE
|
||||
};
|
||||
|
||||
Elf64_Brandinfo *linux_brandlist[] = {
|
||||
static Elf64_Brandinfo *linux_brandlist[] = {
|
||||
&linux_glibc2brand,
|
||||
&linux_glibc2brandshort,
|
||||
&linux_muslbrand,
|
||||
|
|
|
|||
|
|
@ -994,7 +994,7 @@ static Elf32_Brandinfo linux_muslbrand = {
|
|||
LINUX_BI_FUTEX_REQUEUE
|
||||
};
|
||||
|
||||
Elf32_Brandinfo *linux_brandlist[] = {
|
||||
static Elf32_Brandinfo *linux_brandlist[] = {
|
||||
&linux_brand,
|
||||
&linux_glibc2brand,
|
||||
&linux_muslbrand,
|
||||
|
|
|
|||
Loading…
Reference in a new issue