svn commit: r350305 - stable/11/lib/libc/gen

Brooks Davis brooks at FreeBSD.org
Wed Jul 24 21:40:35 UTC 2019


Author: brooks
Date: Wed Jul 24 21:40:34 2019
New Revision: 350305
URL: https://svnweb.freebsd.org/changeset/base/350305

Log:
  MFC r350102:
  
  Remove redundent decleration of __elf_phdr_match_addr().
  
  Obtained from:	CheriBSD
  Sponsored by:	DARPA, AFRL

Modified:
  stable/11/lib/libc/gen/elf_utils.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/gen/elf_utils.c
==============================================================================
--- stable/11/lib/libc/gen/elf_utils.c	Wed Jul 24 21:39:00 2019	(r350304)
+++ stable/11/lib/libc/gen/elf_utils.c	Wed Jul 24 21:40:34 2019	(r350305)
@@ -36,7 +36,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);
 


More information about the svn-src-stable-11 mailing list