* libc/posix/telldir.c: Remove bogus nested prototype of lseek().

This commit is contained in:
Corinna Vinschen 2010-02-06 10:32:20 +00:00
parent e90f14f5d3
commit ff348d86cc
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-02-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/posix/telldir.c: Remove bogus nested prototype of lseek().
2010-02-05 Corinna Vinschen <corinna@vinschen.de>
* libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsets

View File

@ -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);