summaryrefslogtreecommitdiff
path: root/include/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wctype.h b/include/wctype.h
index f93ec64abc..f1a00f881e 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -2,6 +2,6 @@
#include <wctype/wctype.h>
-extern int __iswspace __P ((wint_t __wc));
+extern int __iswspace (wint_t __wc);
#endif