Remove redundent decleration of __elf_phdr_match_addr().

Obtained from:	CheriBSD
MFC after:	1 week
Sponsored by:	DARPA, AFRL
This commit is contained in:
brooks 2019-07-17 23:46:47 +00:00
parent 7b653f6ca0
commit 5e1c129803

View File

@ -38,7 +38,6 @@
#include "libc_private.h"
#include "static_tls.h"
int __elf_phdr_match_addr(struct dl_phdr_info *, void *);
void __pthread_map_stacks_exec(void);
void __pthread_distribute_static_tls(size_t, void *, size_t, size_t);