aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strcat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcat.3')
-rw-r--r--man3/strcat.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcat.3 b/man3/strcat.3
index befd989bb0..b44208a45b 100644
--- a/man3/strcat.3
+++ b/man3/strcat.3
@@ -199,7 +199,7 @@ will provide better performance.)
#include <time.h>
int
-main(int argc, char *argv[])
+main(void)
{
#define LIM 4000000
char p[LIM + 1]; /* +1 for terminating null byte */