Author: bdrewery
Date: Sat Mar 12 19:55:22 2016
New Revision: 296767
URL: https://svnweb.freebsd.org/changeset/base/296767
Log:
MFC r295416:
Fix the gcc build after r295407.
Modified:
stable/10/lib/libc/include/libc_private.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/include/libc_private.h
==============================================================================
--- stable/10/lib/libc/include/libc_private.h Sat Mar 12 19:41:38 2016
(r296766)
+++ stable/10/lib/libc/include/libc_private.h Sat Mar 12 19:55:22 2016
(r296767)
@@ -391,7 +391,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);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"