summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_sched.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-03-19 09:48:38 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-03-20 12:26:16 +0100
commitaee547b97b398d6d40aef4e45f4eb80c10862930 (patch)
tree344786ee862e373a507add453ce4b4917c7b49cf /src/basic/missing_sched.h
parentbasic/missing_*.h: add asserts that the values are as expected (diff)
downloadsystemd-aee547b97b398d6d40aef4e45f4eb80c10862930.tar.xz
systemd-aee547b97b398d6d40aef4e45f4eb80c10862930.zip
basic/missing_*.h: indentation tweaks
Diffstat (limited to 'src/basic/missing_sched.h')
-rw-r--r--src/basic/missing_sched.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/basic/missing_sched.h b/src/basic/missing_sched.h
index 556cf55fc4..b8109d30ac 100644
--- a/src/basic/missing_sched.h
+++ b/src/basic/missing_sched.h
@@ -25,10 +25,11 @@ assert_cc(CLONE_NEWTIME == 0x00000080);
assert_cc(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. */
-/* Not exposed yet. Defined at include/linux/sched.h */
+/* 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.
+ *
+ * Not exposed yet. Defined at include/linux/sched.h */
#ifndef TASK_COMM_LEN
# define TASK_COMM_LEN 16
#else