diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 03:43:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 03:43:27 +0000 |
commit | 7e939b219825ec15cfa45d226f910f80c9035755 (patch) | |
tree | f687a3124bff5bf8893af00f31e186dcc7769061 /sysdeps/unix/sysv | |
parent | 2775fdb5129c5fc7609ac426332f402864205278 (diff) | |
download | glibc-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')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/sched.h | 1 |
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. */ |