This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [PATCH 04/10] alpha: Define _STAT_VER_LINUX.


On 02/08/2012 08:28 PM, Richard Henderson wrote:
> -#define _STAT_VER		_STAT_VER_GLIBC2_3_4
> +#define _STAT_VER_LINUX		3
> +#define _STAT_VER		_STAT_VER_LINUX

I meant to note for the record that I actually think that this is
a bug in the generic bits of sysdeps/unix/sysv/linux/ in that they
ought to be testing _STAT_VER and not _STAT_VER_LINUX.

But this is a cheap out for me to avoid that drama.


r~


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