Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2016 22:02:56 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295416 - head/lib/libc/include
Message-ID:  <201602082202.u18M2ud9054258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Mon Feb  8 22:02:56 2016
New Revision: 295416
URL: https://svnweb.freebsd.org/changeset/base/295416

Log:
  Fix the gcc build after r295407.
  
  X-MFC-With:	r295407

Modified:
  head/lib/libc/include/libc_private.h

Modified: head/lib/libc/include/libc_private.h
==============================================================================
--- head/lib/libc/include/libc_private.h	Mon Feb  8 21:15:07 2016	(r295415)
+++ head/lib/libc/include/libc_private.h	Mon Feb  8 22:02:56 2016	(r295416)
@@ -382,7 +382,7 @@ int _elf_aux_info(int aux, void *buf, in
 struct dl_phdr_info;
 int __elf_phdr_match_addr(struct dl_phdr_info *, void *);
 void __init_elf_aux_vector(void);
-void __libc_map_stacks_exec();
+void __libc_map_stacks_exec(void);
 
 void	_pthread_cancel_enter(int);
 void	_pthread_cancel_leave(int);



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