diff options
Diffstat (limited to 'elf/sprof.c')
-rw-r--r-- | elf/sprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/sprof.c b/elf/sprof.c index 7e1d8c4297..79c315291d 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -58,7 +58,7 @@ #endif -extern int __profile_frequency __P ((void)); +extern int __profile_frequency (void); /* Name and version of program. */ static void print_version (FILE *stream, struct argp_state *state); |