aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/posix/seekdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/seekdir.c')
-rw-r--r--newlib/libc/posix/seekdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/posix/seekdir.c b/newlib/libc/posix/seekdir.c
index 3965eda..f876d70 100644
--- a/newlib/libc/posix/seekdir.c
+++ b/newlib/libc/posix/seekdir.c
@@ -47,7 +47,7 @@ static char sccsid[] = "@(#)seekdir.c 5.7 (Berkeley) 6/1/90";
*/
void
_DEFUN(seekdir, (dirp, loc),
- DIR *dirp _AND
+ DIR *dirp,
long loc)
{
#ifdef HAVE_DD_LOCK