From: Andreas Jaeger Date: Fri, 15 Jun 2001 08:56:10 +0000 (+0000) Subject: (fac): Make static to avoid compiler warning. X-Git-Tag: cvs/pre-lgplv2_1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d281611a359c9a71c1e127c1c2bce9b72dee7df;p=thirdparty%2Fglibc.git (fac): Make static to avoid compiler warning. --- diff --git a/gmon/tst-sprofil.c b/gmon/tst-sprofil.c index 26d4c7c56e8..64682da0c7b 100644 --- a/gmon/tst-sprofil.c +++ b/gmon/tst-sprofil.c @@ -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)