From ff348d86cc9ecbd5377afe4bb2d2f61e3e6bf1dc Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 6 Feb 2010 10:32:20 +0000 Subject: * libc/posix/telldir.c: Remove bogus nested prototype of lseek(). --- newlib/libc/posix/telldir.c | 1 - 1 file changed, 1 deletion(-) (limited to 'newlib/libc/posix') diff --git a/newlib/libc/posix/telldir.c b/newlib/libc/posix/telldir.c index 51784674a..2e3736995 100644 --- a/newlib/libc/posix/telldir.c +++ b/newlib/libc/posix/telldir.c @@ -119,7 +119,6 @@ _DEFUN(_seekdir, (dirp, loc), register struct ddloc *lp; register struct ddloc **prevlp; struct dirent *dp; - extern long lseek(); #ifdef HAVE_DD_LOCK __lock_acquire(dd_hash_lock); -- cgit v1.2.3