summaryrefslogtreecommitdiff
path: root/gmon
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-06-15 08:56:10 +0000
committerAndreas Jaeger <aj@suse.de>2001-06-15 08:56:10 +0000
commit7d281611a359c9a71c1e127c1c2bce9b72dee7df (patch)
treedf7d9d7a264b0fa78f6d9a6185d438dc33ed7e8f /gmon
parent0f843f89380ffb6ecbcf6db77fb5962a3d23ed4f (diff)
(fac): Make static to avoid compiler warning.
Diffstat (limited to 'gmon')
-rw-r--r--gmon/tst-sprofil.c2
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)