mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Make local functions static.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user