mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 19:10:36 +08:00
* libc/posix/telldir.c: Remove bogus nested prototype of lseek().
This commit is contained in:
parent
e90f14f5d3
commit
ff348d86cc
@ -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>
|
2010-02-05 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsets
|
* libc/locale/locale.c (loadlocale): Handle ISO-8859 and KOI8 charsets
|
||||||
|
@ -119,7 +119,6 @@ _DEFUN(_seekdir, (dirp, loc),
|
|||||||
register struct ddloc *lp;
|
register struct ddloc *lp;
|
||||||
register struct ddloc **prevlp;
|
register struct ddloc **prevlp;
|
||||||
struct dirent *dp;
|
struct dirent *dp;
|
||||||
extern long lseek();
|
|
||||||
|
|
||||||
#ifdef HAVE_DD_LOCK
|
#ifdef HAVE_DD_LOCK
|
||||||
__lock_acquire(dd_hash_lock);
|
__lock_acquire(dd_hash_lock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user