mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Make local functions static.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void *
|
||||
static void *
|
||||
sub1 (void *arg)
|
||||
{
|
||||
/* Nothing. */
|
||||
|
Reference in New Issue
Block a user