mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.h
It was added in commit 769071ac9f20b6a447410c7eaa55d1a5233ef40c.
This commit is contained in:
@ -71,6 +71,10 @@
|
|||||||
# define CLONE_NEWPID 0x20000000 /* New pid namespace. */
|
# define CLONE_NEWPID 0x20000000 /* New pid namespace. */
|
||||||
# define CLONE_NEWNET 0x40000000 /* New network namespace. */
|
# define CLONE_NEWNET 0x40000000 /* New network namespace. */
|
||||||
# define CLONE_IO 0x80000000 /* Clone I/O context. */
|
# define CLONE_IO 0x80000000 /* Clone I/O context. */
|
||||||
|
|
||||||
|
/* cloning flags intersect with CSIGNAL so can be used only with unshare and
|
||||||
|
clone3 syscalls. */
|
||||||
|
#define CLONE_NEWTIME 0x00000080 /* New time namespace */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <bits/types/struct_sched_param.h>
|
#include <bits/types/struct_sched_param.h>
|
||||||
|
Reference in New Issue
Block a user