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/unix/basename.c')
-rw-r--r--newlib/libc/unix/basename.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/unix/basename.c b/newlib/libc/unix/basename.c
index 3a9cc0c19..7a28ac51b 100644
--- a/newlib/libc/unix/basename.c
+++ b/newlib/libc/unix/basename.c
@@ -8,8 +8,7 @@
#include <string.h>
char*
-_DEFUN (basename, (path),
- char *path)
+basename (char *path)
{
char *p;
if( path == NULL || *path == '\0' )