authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-09-01 22:40:00-07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-09-01 22:40:00-07:00
log24cc89eb39fbb1f8b4caa53beeca1c785ce78546
treef4cc154cc455815592a41b8632f2f1dc1da7455f
parent1b61f4f86230a8980f3b7f30c5876b09064a5a09
signature Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

add unused S.IFWHT


1 files changed, 1 insertions(+), 0 deletions(-)

mod.zig+1
...@@ -2970,6 +2970,7 @@ pub const S = struct {...@@ -2970,6 +2970,7 @@ pub const S = struct {
2970 pub const IFIFO = 0o010000;2970 pub const IFIFO = 0o010000;
2971 pub const IFLNK = 0o120000;2971 pub const IFLNK = 0o120000;
2972 pub const IFSOCK = 0o140000;2972 pub const IFSOCK = 0o140000;
2973 pub const IFWHT = 0o160000; //unused
29732974
2974 pub const ISUID = 0o4000;2975 pub const ISUID = 0o4000;
2975 pub const ISGID = 0o2000;2976 pub const ISGID = 0o2000;