diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-15 08:56:10 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-06-15 08:56:10 +0000 |
commit | 7d281611a359c9a71c1e127c1c2bce9b72dee7df (patch) | |
tree | df7d9d7a264b0fa78f6d9a6185d438dc33ed7e8f /gmon/tst-sprofil.c | |
parent | 0f843f89380ffb6ecbcf6db77fb5962a3d23ed4f (diff) | |
download | glibc-7d281611a359c9a71c1e127c1c2bce9b72dee7df.tar glibc-7d281611a359c9a71c1e127c1c2bce9b72dee7df.tar.gz glibc-7d281611a359c9a71c1e127c1c2bce9b72dee7df.tar.bz2 glibc-7d281611a359c9a71c1e127c1c2bce9b72dee7df.zip |
(fac): Make static to avoid compiler warning.
Diffstat (limited to 'gmon/tst-sprofil.c')
-rw-r--r-- | gmon/tst-sprofil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmon/tst-sprofil.c b/gmon/tst-sprofil.c index 26d4c7c56e..64682da0c7 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) |