2003-08-02  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h: Define
	__ASSUME_CLONE_STOPPED.
This commit is contained in:
Ulrich Drepper 2003-08-03 05:23:52 +00:00
parent 5c5252bd52
commit 0cbc6c4eba
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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