diff options
Diffstat (limited to 'newlib/libc/posix/opendir.c')
-rw-r--r-- | newlib/libc/posix/opendir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/posix/opendir.c b/newlib/libc/posix/opendir.c index ca764e1..1416f10 100644 --- a/newlib/libc/posix/opendir.c +++ b/newlib/libc/posix/opendir.c @@ -47,8 +47,7 @@ static char sccsid[] = "@(#)opendir.c 5.11 (Berkeley) 2/23/91"; * open a directory. */ DIR * -_DEFUN(opendir, (name), - const char *name) +opendir (const char *name) { register DIR *dirp; register int fd; |