mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the gcc build after r295407.
X-MFC-With: r295407
This commit is contained in:
parent
68d969232c
commit
c5dd49afec
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ int _elf_aux_info(int aux, void *buf, int buflen);
|
|||
struct dl_phdr_info;
|
||||
int __elf_phdr_match_addr(struct dl_phdr_info *, void *);
|
||||
void __init_elf_aux_vector(void);
|
||||
void __libc_map_stacks_exec();
|
||||
void __libc_map_stacks_exec(void);
|
||||
|
||||
void _pthread_cancel_enter(int);
|
||||
void _pthread_cancel_leave(int);
|
||||
|
|
|
|||
Loading…
Reference in a new issue