diff options
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) |