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:
authorCorinna Vinschen <corinna@vinschen.de>2010-02-06 13:32:20 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-02-06 13:32:20 +0300
commitff348d86cc9ecbd5377afe4bb2d2f61e3e6bf1dc (patch)
tree2b61dc0ff72c75a5c76d9e013876a7d682c152a3 /newlib/libc/posix/telldir.c
parente90f14f5d31cdd0d9bd7f829ab5a875814880666 (diff)
* libc/posix/telldir.c: Remove bogus nested prototype of lseek().
Diffstat (limited to 'newlib/libc/posix/telldir.c')
-rw-r--r--newlib/libc/posix/telldir.c1
1 files changed, 0 insertions, 1 deletions
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);