From 732662a2d6be08b98d40786d061bffd745a1effa Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Tue, 21 Jun 2016 13:11:16 -0400 Subject: [PATCH] libs: typos in declarations --- Library/include/getopt.h | 2 +- Library/include/stdio.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/include/getopt.h b/Library/include/getopt.h index a516f6c8..5c15e0d5 100644 --- a/Library/include/getopt.h +++ b/Library/include/getopt.h @@ -8,6 +8,6 @@ extern char *optarg; extern int opterr; extern int optind; -extern int getopt(int __argc, char **__argv, char *__shortopts)); +extern int getopt(int __argc, char **__argv, char *__shortopts); #endif /* __GETOPT_H */ diff --git a/Library/include/stdio.h b/Library/include/stdio.h index 08e57276..7a464a7e 100644 --- a/Library/include/stdio.h +++ b/Library/include/stdio.h @@ -156,7 +156,7 @@ extern char *ctermid(char *__buf); extern int getw(FILE *__f); extern int putw(int __n, FILE *__f); -extern long a64l(const char *__str64) +extern long a64l(const char *__str64); extern char *l64a(long __value); #endif /* __STDIO_H */ -- 2.34.1