mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03: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:
@ -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
|
||||
|
Reference in New Issue
Block a user