summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2016-02-08 22:02:56 +0000
committermarkj <markj@FreeBSD.org>2016-02-08 22:02:56 +0000
commitea49a7d810b717845d6cd16b2013e1100014cec6 (patch)
tree1518ff58d8dc2d22b98ca432de6ddc7c1ddf98cc
parentfd3581bd1c9a2179f49a1ea7b17c9fbea4b03560 (diff)
downloadFreeBSD-src-ea49a7d810b717845d6cd16b2013e1100014cec6.zip
FreeBSD-src-ea49a7d810b717845d6cd16b2013e1100014cec6.tar.gz
Fix the gcc build after r295407.
X-MFC-With: r295407
-rw-r--r--lib/libc/include/libc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h
index 554f3a2..8ee77d9 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -382,7 +382,7 @@ int _elf_aux_info(int aux, void *buf, int buflen);
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);
OpenPOWER on IntegriCloud