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/string/strspn.c')
-rw-r--r--newlib/libc/string/strspn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strspn.c b/newlib/libc/string/strspn.c
index 22ccd0bf8..baf239947 100644
--- a/newlib/libc/string/strspn.c
+++ b/newlib/libc/string/strspn.c
@@ -30,8 +30,7 @@ QUICKREF
#include <string.h>
size_t
-_DEFUN (strspn, (s1, s2),
- const char *s1,
+strspn (const char *s1,
const char *s2)
{
const char *s = s1;