diff options
Diffstat (limited to 'newlib/libc/string/bcmp.c')
-rw-r--r-- | newlib/libc/string/bcmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/bcmp.c b/newlib/libc/string/bcmp.c index 29afe82..747f8af 100644 --- a/newlib/libc/string/bcmp.c +++ b/newlib/libc/string/bcmp.c @@ -32,8 +32,7 @@ QUICKREF #include <strings.h> int -_DEFUN (bcmp, (m1, m2, n), - const void *m1, +bcmp (const void *m1, const void *m2, size_t n) |