Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/ctype/iswblank.c')
-rw-r--r--newlib/libc/ctype/iswblank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/ctype/iswblank.c b/newlib/libc/ctype/iswblank.c
index b83683d94..ef91572cd 100644
--- a/newlib/libc/ctype/iswblank.c
+++ b/newlib/libc/ctype/iswblank.c
@@ -69,7 +69,7 @@ No supporting OS subroutines are required.
#include "local.h"
int
-_DEFUN(iswblank,(c), wint_t c)
+iswblank (wint_t c)
{
#ifdef _MB_CAPABLE
c = _jp2uc (c);