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:
@@ -6,7 +6,7 @@
|
||||
|
||||
volatile int gotit = 0;
|
||||
|
||||
void
|
||||
static void
|
||||
alarm_handler (int signal)
|
||||
{
|
||||
gotit = 1;
|
||||
|
Reference in New Issue
Block a user