diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 07:30:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 07:30:36 +0000 |
commit | e7ebabedca9a495ac68a6fe59c81c05404ccc725 (patch) | |
tree | 43bc38927812038e8529d15cb9f68103f71ee845 /ChangeLog | |
parent | b957e864209026ab126d1eebedc0a2f0beaf853a (diff) | |
download | glibc-e7ebabedca9a495ac68a6fe59c81c05404ccc725.zip glibc-e7ebabedca9a495ac68a6fe59c81c05404ccc725.tar.gz glibc-e7ebabedca9a495ac68a6fe59c81c05404ccc725.tar.bz2 |
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):cvs/fedora-glibc-20060106T0916
Only define for 2.6.12+ on s390{,x}.
(__ASSUME_GETDENTS32_D_TYPE): Only define for 2.6.8+ on most arches
and only for 2.6.11+ on s390{,x}.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-01-05 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL): + Only define for 2.6.12+ on s390{,x}. + (__ASSUME_GETDENTS32_D_TYPE): Only define for 2.6.8+ on most arches + and only for 2.6.11+ on s390{,x}. + 2006-01-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] |