aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/darwin/mach_darwin.odin2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/sys/darwin/mach_darwin.odin b/core/sys/darwin/mach_darwin.odin
index 7d99e7b86..06977305a 100644
--- a/core/sys/darwin/mach_darwin.odin
+++ b/core/sys/darwin/mach_darwin.odin
@@ -72,7 +72,6 @@ foreign mach {
vm_page_size : vm_size_t
}
-// NOTE(beau): kern_return_t constants - ported directly
KERN_SUCCESS : kern_return_t : 0
KERN_INVALID_ADDRESS : kern_return_t : 1
@@ -345,7 +344,6 @@ KERN_NOT_FOUND : kern_return_t : 56
KERN_RETURN_MAX : kern_return_t : 0x100
-// NOTE(beau): VM_FLAGS constants - ported directly
/* Maximum return value allowable
*/
/*