musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/include/sched.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019年08月12日 17:57:42 +0000
committerRich Felker <dalias@aerifal.cx>2019年09月11日 10:40:04 -0400
commit1e22eb2e8f6e778c72655e420c7fb4acf8170f49 (patch)
treeb024f38e76684249a2aa5470561f811661140ec5 /include/sched.h
parentb5134ccd4d40b0446aa21a42186deb4b6cee0a8f (diff)
downloadmusl-1e22eb2e8f6e778c72655e420c7fb4acf8170f49.tar.gz
sched.h: add CLONE_PIDFD from linux v5.2
when set a pidfd is stored in parent_tidptr, see linux commit b3e5838252665ee4cfa76b82bdf1198dca81e5be clone: add CLONE_PIDFD
Diffstat (limited to 'include/sched.h')
-rw-r--r--include/sched.h 1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sched.h b/include/sched.h
index 674bad7f..7e470d3a 100644
--- a/include/sched.h
+++ b/include/sched.h
@@ -49,6 +49,7 @@ int sched_yield(void);
#define CLONE_FS 0x00000200
#define CLONE_FILES 0x00000400
#define CLONE_SIGHAND 0x00000800
+#define CLONE_PIDFD 0x00001000
#define CLONE_PTRACE 0x00002000
#define CLONE_VFORK 0x00004000
#define CLONE_PARENT 0x00008000
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 05:28:54 +0000

AltStyle によって変換されたページ (->オリジナル) /