Merge pull request #308 from hasenj/master

fix missing declaration in osx
This commit is contained in:
gingerBill
2018-12-18 13:05:44 +00:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ Handle :: distinct i32;
File_Time :: distinct u64;
Errno :: distinct int;
INVALID_HANDLE :: ~Handle(0);
O_RDONLY :: 0x00000;
O_WRONLY :: 0x00001;