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: Ping s390 Re: Define __ASSUME_UTIMES for more architectures


On 20/08/12 12:59, Joseph S. Myers wrote:
> On Thu, 9 Aug 2012, Joseph S. Myers wrote:
> 
>> I looked at eliminating the __ASSUME_UTIMES macro, as one now defined
>> for all supported kernel versions for many architectures.  It turns
>> out that it can't be eliminated because s390 didn't get the utimes
>> syscall until 2.6.21-rc5 and hppa doesn't have that syscall at all -
>> but am33 does have it in 2.6.25 and mips has it as of 2.6.0 or
>> earlier.  This patch makes the source tree reflect my conclusions
>> about when this syscall is available (except for am33, where I'm
>> leaving it for a resubmission of the updated am33 port to include a
>> complete and accurate kernel-features.h for am33).
>>
>> (I'll commit the MIPS part now.)
>>
>> 2012-08-09  Joseph Myers  <joseph@codesourcery.com>
>>
>> 	* sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
>> 	__LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
> 
> Ping for s390 review of this change 
> <http://sourceware.org/ml/libc-alpha/2012-08/msg00160.html>.
> 

S/390 part is ok. Regtested on s390 and s390x.

Thanks!

Bye,

-Andreas-


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