about summary refs log tree commit diff
path: root/include/setjmp.h
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2018-03-18 17:01:06 -0400
committerZack Weinberg <zackw@panix.com>2018-03-26 09:05:19 -0400
commitf66704a937db50bbd78acc5c29f569b4c8e35d19 (patch)
tree92d261f99ff3346bffb3a61f6e788fe0daf6093e /include/setjmp.h
parent9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff)
downloadglibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.gz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.xz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.zip
WIP finer-grained, more aggressive local PLT call check zack/wip-check-localplt-2
Diffstat (limited to 'include/setjmp.h')
-rw-r--r--include/setjmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/setjmp.h b/include/setjmp.h
index 263bc64b3d..49f7fe8dfb 100644
--- a/include/setjmp.h
+++ b/include/setjmp.h
@@ -17,7 +17,8 @@ extern void ____longjmp_chk (__jmp_buf __env, int __val)
    Always returns zero, for convenience.  */
 extern int __sigjmp_save (jmp_buf __env, int __savemask);
 
-extern void _longjmp_unwind (jmp_buf env, int val);
+extern void _longjmp_unwind (jmp_buf env, int val)
+  attribute_hidden;
 
 extern void __libc_siglongjmp (sigjmp_buf env, int val)
 	  __attribute__ ((noreturn));