Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2019 19:57:12 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r350299 - stable/12/lib/libc/gen
Message-ID:  <201907241957.x6OJvCoh027069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Jul 24 19:57:11 2019
New Revision: 350299
URL: https://svnweb.freebsd.org/changeset/base/350299

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

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

Modified: stable/12/lib/libc/gen/elf_utils.c
==============================================================================
--- stable/12/lib/libc/gen/elf_utils.c	Wed Jul 24 19:24:34 2019	(r350298)
+++ stable/12/lib/libc/gen/elf_utils.c	Wed Jul 24 19:57:11 2019	(r350299)
@@ -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?201907241957.x6OJvCoh027069>