mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
(fac): Make static to avoid compiler warning.
This commit is contained in:
parent
0f843f8938
commit
7d281611a3
@ -48,7 +48,7 @@ unsigned int bshort[5][0x100 / sizeof (int)];
|
||||
unsigned int blong[1][0x1000 / sizeof (int)];
|
||||
unsigned int vlong[1][0x2000 / sizeof (int)];
|
||||
|
||||
long int
|
||||
static long int
|
||||
fac (long int n)
|
||||
{
|
||||
if (n == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user