diff options
Diffstat (limited to 'stdlib/tst-strtoll.c')
-rw-r--r-- | stdlib/tst-strtoll.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/tst-strtoll.c b/stdlib/tst-strtoll.c index 38ceaeb0bf..c60f011c67 100644 --- a/stdlib/tst-strtoll.c +++ b/stdlib/tst-strtoll.c @@ -80,10 +80,11 @@ static const struct ltest tests[] = {NULL, 0, 0, 0, 0}, }; -static void expand __P ((char *dst, int c)); +/* Prototypes for local functions. */ +static void expand (char *dst, int c); int -main (int argc, char ** argv) +main (void) { register const struct ltest *lt; char *ep; |