Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2019 23:46:47 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350102 - head/lib/libc/gen
Message-ID:  <201907172346.x6HNklOW050126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Jul 17 23:46:47 2019
New Revision: 350102
URL: https://svnweb.freebsd.org/changeset/base/350102

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

Modified:
  head/lib/libc/gen/elf_utils.c

Modified: head/lib/libc/gen/elf_utils.c
==============================================================================
--- head/lib/libc/gen/elf_utils.c	Wed Jul 17 23:43:14 2019	(r350101)
+++ head/lib/libc/gen/elf_utils.c	Wed Jul 17 23:46:47 2019	(r350102)
@@ -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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907172346.x6HNklOW050126>