diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-10 21:16:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-10 21:16:28 +0000 |
commit | 05f4d5cd08269699c405f190e6f858ec6c079457 (patch) | |
tree | eb331acdb1d22b88cfe4b2833dbe37a954a19e47 /sysdeps | |
parent | d13a3c579285d877984c5d9b7fa0ceb671b8a812 (diff) | |
download | glibc-05f4d5cd08269699c405f190e6f858ec6c079457.tar.gz |
[BZ #377]
Update.
* sysdeps/unix/sysv/linux/kernel-features.h: Don't define
__ASSUME_CLONE_STOPPED.
2004-09-10 Jakub Jelinek <jakub@redhat.com>
* misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and
__asm__ for C++. [BZ #377]
2004-09-10 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index d08c91c2f7..17f4f8fcf7 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -365,10 +365,13 @@ # define __ASSUME_UTIMES 1 #endif +// XXX Disabled for now since the semantics we want is not achieved. +#if 0 /* The CLONE_STOPPED flag was introduced in the 2.6.0-test1 series. */ #if __LINUX_KERNEL_VERSION >= 132609 # define __ASSUME_CLONE_STOPPED 1 #endif +#endif /* The fixed version of the posix_fadvise64 syscall appeared in 2.6.0-test3. At least for x86. */ |