mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
Update.
2003-08-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_CLONE_STOPPED.
This commit is contained in:
parent
5c5252bd52
commit
0cbc6c4eba
@ -1,3 +1,8 @@
|
||||
2003-08-02 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/kernel-features.h: Define
|
||||
__ASSUME_CLONE_STOPPED.
|
||||
|
||||
2003-08-01 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/generic/bits/libc-lock.h
|
||||
|
@ -362,3 +362,8 @@
|
||||
|| (__LINUX_KERNEL_VERSION > 132427 && defined __i386__)
|
||||
# define __ASSUME_UTIMES 1
|
||||
#endif
|
||||
|
||||
/* The CLONE_STOPPED flag was introduced in the 2.6.0-test1 series. */
|
||||
#if __LINUX_KERNEL_VERSION >= 132609
|
||||
# define __ASSUME_CLONE_STOPPED 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user