Linux: Minor: Add comment/header on each set of constants

This commit is contained in:
Gustavo Moreira
2024-10-29 15:13:26 +11:00
parent bb6dc9a595
commit bee2a398eb
@@ -304,6 +304,7 @@ class ELF_CLASS(IntEnum):
ELFCLASS64 = 2
# PTrace
PT_OPT_FLAG_SHIFT = 3
PTRACE_EVENT_FORK = 1
@@ -341,4 +342,5 @@ class PT_FLAGS(Flag):
return str(self).replace(self.__class__.__name__ + ".", "")
# Boot time
NSEC_PER_SEC = 1e9