diff options
Diffstat (limited to 'stdlib/tst-strtol.c')
-rw-r--r-- | stdlib/tst-strtol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtol.c b/stdlib/tst-strtol.c index af7d41a5d3..620181b13d 100644 --- a/stdlib/tst-strtol.c +++ b/stdlib/tst-strtol.c @@ -74,7 +74,7 @@ static const struct ltest tests[] = static void expand __P ((char *dst, int c)); int -main () +main (int argc, char ** argv) { register const struct ltest *lt; char *ep; |