diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2024-10-30 22:47:28 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2024-11-01 15:44:34 +0000 |
| commit | 2ea829e3abfba1d6b5e81e0b5f06f3dcc0f3f72c (patch) | |
| tree | b8c840397ef92204774dc02eb59b04d853dbb74a /sys/tools | |
| parent | df615735960370255d3acc4ac2a6f4fd297b7461 (diff) | |
Diffstat (limited to 'sys/tools')
| -rw-r--r-- | sys/tools/syscalls/core/syscall.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/tools/syscalls/core/syscall.lua b/sys/tools/syscalls/core/syscall.lua index 402595b998da..ca96fc160211 100644 --- a/sys/tools/syscalls/core/syscall.lua +++ b/sys/tools/syscalls/core/syscall.lua @@ -24,8 +24,10 @@ syscall.known_flags = util.set { "NOARGS", "NOPROTO", "NOSTD", - "NOTSTATIC", + + -- flags beyond this point are modifiers "CAPENABLED", + "NOTSTATIC", "SYSMUX", } |
