about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits/sched.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-22 03:43:27 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-22 03:43:27 +0000
commit7e939b219825ec15cfa45d226f910f80c9035755 (patch)
treef687a3124bff5bf8893af00f31e186dcc7769061 /sysdeps/unix/sysv/linux/bits/sched.h
parent2775fdb5129c5fc7609ac426332f402864205278 (diff)
downloadglibc-7e939b219825ec15cfa45d226f910f80c9035755.tar.gz
glibc-7e939b219825ec15cfa45d226f910f80c9035755.tar.xz
glibc-7e939b219825ec15cfa45d226f910f80c9035755.zip
Update.
	* sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/sched.h')
-rw-r--r--sysdeps/unix/sysv/linux/bits/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/sched.h b/sysdeps/unix/sysv/linux/bits/sched.h
index 4e963d1baa..24495e2b34 100644
--- a/sysdeps/unix/sysv/linux/bits/sched.h
+++ b/sysdeps/unix/sysv/linux/bits/sched.h
@@ -55,6 +55,7 @@
 				      force CLONE_PTRACE on this clone.  */
 # define CLONE_CHILD_SETTID 0x01000000 /* Store TID in userlevel buffer in
 					  the child.  */
+# define CLONE_STOPPED	0x02000000 /* Start in stopped state.  */
 #endif
 
 /* The official definition.  */