mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
amd64/linux*: mark brandlists as static
(cherry picked from commit be707ee09556a3fa345bc30c04aeeaa2a5d2efa2)
This commit is contained in:
parent
bcd7b196c8
commit
fc738836d1
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