diff options
Diffstat (limited to 'test/setjmp')
-rw-r--r-- | test/setjmp/tst-vfork-longjmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/setjmp/tst-vfork-longjmp.c b/test/setjmp/tst-vfork-longjmp.c index c64e80559..278442472 100644 --- a/test/setjmp/tst-vfork-longjmp.c +++ b/test/setjmp/tst-vfork-longjmp.c @@ -16,7 +16,7 @@ int verbose = 0; -int execute_child(const char *prog) +static int execute_child(const char *prog) { int status; pid_t child; @@ -33,7 +33,7 @@ int execute_child(const char *prog) sigset_t orig_mask; -int check_sig_mask(void) +static int check_sig_mask(void) { int status; pid_t child; |