This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] Fix sysdeps/generic/sendfile64.c, *xstat.c


Jakub Jelinek <jakub@redhat.com> writes:

> Hi!
>
> This fixes 2 issues:
> sendfile64.c not compiling because errno.h was not included and
> also redefinition of __[fl]xstat64 in varios
> sysdeps/unix/sysv/linux/*xstat.c files which do stuff like:
> #define __fxstat64 __fxstat64_disable
> #define __fxstat64_internal __fxstat64_internal_disable
> ...
> #include <sys/stat.h>
> to get rid of __*xstat64 prototypes.
>
> 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
>
> 	* include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
> 	already defined.

I've committed this one,

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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