From f66704a937db50bbd78acc5c29f569b4c8e35d19 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 18 Mar 2018 17:01:06 -0400 Subject: WIP finer-grained, more aggressive local PLT call check --- include/stdlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 114e12d255..13ef64f6ba 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -96,7 +96,8 @@ extern int __add_to_environ (const char *name, const char *value, const char *combines, int replace) attribute_hidden; extern void _quicksort (void *const pbase, size_t total_elems, - size_t size, __compar_d_fn_t cmp, void *arg); + size_t size, __compar_d_fn_t cmp, void *arg) + attribute_hidden; extern int __on_exit (void (*__func) (int __status, void *__arg), void *__arg); -- cgit v1.2.3-70-g09d2