aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/strcspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strcspn.c')
-rw-r--r--newlib/libc/string/strcspn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strcspn.c b/newlib/libc/string/strcspn.c
index 589054b..abaa93a 100644
--- a/newlib/libc/string/strcspn.c
+++ b/newlib/libc/string/strcspn.c
@@ -26,8 +26,7 @@ PORTABILITY
#include <string.h>
size_t
-_DEFUN (strcspn, (s1, s2),
- const char *s1,
+strcspn (const char *s1,
const char *s2)
{
const char *s = s1;