From b221b73227782c6bce31ff245effd8107b075209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Sat, 8 Feb 2020 22:31:22 +0100 Subject: [PATCH] Kernel 0.93++ --- INCLUDE/a2osx.h.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 INCLUDE/a2osx.h.txt diff --git a/INCLUDE/a2osx.h.txt b/INCLUDE/a2osx.h.txt new file mode 100644 index 00000000..00e9bea2 --- /dev/null +++ b/INCLUDE/a2osx.h.txt @@ -0,0 +1,15 @@ +NEW + AUTO 3,1 + +#DEFINE O_RDONLY 1 +#DEFINE O_WRONLY 2 +#DEFINE O_RDWR 3 +#DEFINE O_TRUNC 4 +#DEFINE O_APPEND 8 +#DEFINE O_TEXT 64 +#DEFINE O_CREATE 128 + +short int fopen ( const char *filename, short int flags, short int ftype, int auxtype ); + +MAN +SAVE include/A2osX.h