This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libc/dirent versionsort64.c versionsort.c scan ...


From: Thomas Schwinge <tschwinge@gnu.org>
Date: Mon, 16 Mar 2009 23:22:30 +0100

> Hello!
> 
> On Sun, Mar 15, 2009 at 09:32:34PM -0000, drepper@sourceware.org wrote:
> > CVSROOT:	/cvs/glibc
> > Module name:	libc
> > Changes by:	drepper@sourceware.org	2009-03-15 21:32:34
> > 
> > Modified files:
> > 	dirent         : versionsort64.c versionsort.c scandir.c 
> > 	                 alphasort64.c alphasort.c 
> > 
> > Log message:
> > 	Adjust implementation to type change.
> 
> The following one also needs to be adjusted:
> 
> 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
> 
> 	* scandir64.c (scandir64): Adjust declaration to type change.

I tried that too, bit it breaks the __old_scandir64 build:

In file included from ../sysdeps/unix/sysv/linux/i386/scandir64.c:43,
                 from ../sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c:1:
../dirent/scandir.c: In function ‘__old_scandir64’:
../dirent/scandir.c:61: error: argument ‘cmp’ doesn’t match prototype
../sysdeps/unix/sysv/linux/i386/olddirent.h:42: error: prototype declaration
make[2]: *** [/home/davem/src/GIT/GLIBC/build-sparc-linux/dirent/scandir64.os] Error 1
make[2]: *** Waiting for unfinished jobs....

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]