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 Davis 2019-07-17 23:46:47 +00:00
parent 1011a4fe27
commit 9fe7ee10d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350102

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);