summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux/386/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/linux/386/defs.h')
-rw-r--r--src/pkg/runtime/linux/386/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/linux/386/defs.h b/src/pkg/runtime/linux/386/defs.h
index 6ae1c4e13..73fe23ef9 100644
--- a/src/pkg/runtime/linux/386/defs.h
+++ b/src/pkg/runtime/linux/386/defs.h
@@ -61,6 +61,8 @@ enum {
ITIMER_REAL = 0,
ITIMER_VIRTUAL = 0x1,
ITIMER_PROF = 0x2,
+ O_RDONLY = 0,
+ O_CLOEXEC = 02000000,
};
// Types