the events, they loop

This commit is contained in:
Jarred Sumner
2022-03-20 04:38:04 -07:00
parent a6b128590d
commit bc85dd2330
24 changed files with 2391 additions and 26 deletions

View File

@@ -2168,7 +2168,7 @@ const Arguments = struct {
};
};
pub const Constants = struct {
const Constants = struct {
// File Access Constants
/// Constant for fs.access(). File is visible to the calling process.
pub const F_OK = std.os.F_OK;