mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +00:00
Remove obsolete PATH_MAX const
This commit is contained in:
parent
b8112b3d17
commit
fc77e393fd
@ -12,8 +12,6 @@ pub const timespec = extern struct {
|
||||
tv_nsec: isize,
|
||||
};
|
||||
|
||||
pub const PATH_MAX = 4096; // TODO verify this!
|
||||
|
||||
// As defined in the wasi_snapshot_preview1 spec file:
|
||||
// https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/typenames.witx
|
||||
pub const advice_t = u8;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user