summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/pidfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/pidfd.h')
-rw-r--r--include/arch/x86_64/linux/pidfd.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/arch/x86_64/linux/pidfd.h b/include/arch/x86_64/linux/pidfd.h
index 0f91b663..386f9bcd 100644
--- a/include/arch/x86_64/linux/pidfd.h
+++ b/include/arch/x86_64/linux/pidfd.h
@@ -18,11 +18,10 @@
/* Flags for pidfd_info. */
#define PIDFD_INFO_PID (1UL << 0) /* Always returned, even if not requested */
-#define PIDFD_INFO_CREDS \
- (1UL << 1) /* Always returned, even if not requested \
- */
-#define PIDFD_INFO_CGROUPID \
- (1UL << 2) /* Always returned if available, even if not requested */
+#define PIDFD_INFO_CREDS \
+ (1UL << 1) /* Always returned, even if not requested \
+ */
+#define PIDFD_INFO_CGROUPID (1UL << 2) /* Always returned if available, even if not requested */
#define PIDFD_INFO_EXIT (1UL << 3) /* Only returned if requested. */
#define PIDFD_INFO_COREDUMP (1UL << 4) /* Only returned if requested. */