diff options
| author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 07:13:02 +0100 |
|---|---|---|
| committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 13:28:28 +0100 |
| commit | 22332e339b71d5fc26989f9b069934e9cedc9169 (patch) | |
| tree | e0e8354275aa2feb04ba7e7d529a56cf442f127a /src/basic/missing.h | |
| parent | dab28f09051445fe370466e767e31652e0804a0f (diff) | |
| download | systemd-22332e339b71d5fc26989f9b069934e9cedc9169.tar.gz | |
missing: move sched.h related definitions to missing_sched.h
Diffstat (limited to 'src/basic/missing.h')
| -rw-r--r-- | src/basic/missing.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index 34afbddd10..00b903ac30 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -12,10 +12,6 @@ #define FS_NOCOW_FL 0x00800000 #endif -#ifndef CLONE_NEWCGROUP -#define CLONE_NEWCGROUP 0x02000000 -#endif - #ifndef MS_MOVE #define MS_MOVE 8192 #endif @@ -80,17 +76,6 @@ #define FALLOC_FL_PUNCH_HOLE 0x02 #endif -#ifndef PF_KTHREAD -#define PF_KTHREAD 0x00200000 -#endif - -/* The maximum thread/process name length including trailing NUL byte. This mimics the kernel definition of the same - * name, which we need in userspace at various places but is not defined in userspace currently, neither under this - * name nor any other. */ -#ifndef TASK_COMM_LEN -#define TASK_COMM_LEN 16 -#endif - #include "missing_audit.h" #include "missing_btrfs_tree.h" #include "missing_capability.h" @@ -102,6 +87,7 @@ #include "missing_prctl.h" #include "missing_random.h" #include "missing_resource.h" +#include "missing_sched.h" #include "missing_socket.h" #include "missing_stdlib.h" #include "missing_timerfd.h" |
