summaryrefslogtreecommitdiff
path: root/setjmp/jmpbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'setjmp/jmpbug.c')
-rw-r--r--setjmp/jmpbug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setjmp/jmpbug.c b/setjmp/jmpbug.c
index 0dbf7f9231..125977b2f7 100644
--- a/setjmp/jmpbug.c
+++ b/setjmp/jmpbug.c
@@ -4,13 +4,13 @@
#include <setjmp.h>
#include <alloca.h>
-void
+static void
sub5 (jmp_buf buf)
{
longjmp (buf, 1);
}
-void
+static void
test (int x)
{
jmp_buf buf;