commit 239bfa753226fb12e0d5f038249b692a1cb0ebf6 parent 3244819714e6cd3c90481ac41624835958136e49 Author: Drew DeVault <sir@cmpwn.com> Date: Sat, 20 Mar 2021 12:53:31 -0400 rt: fix O_DIRECTORY definition on x86_64 Diffstat:
M | rt/+linux/+x86_64.ha | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rt/+linux/+x86_64.ha b/rt/+linux/+x86_64.ha @@ -21,4 +21,4 @@ export fn clone( }; }; -export def O_DIRECTORY: int = 0o40000; +export def O_DIRECTORY: int = 0o200000;