From 56c77fb2245e299159491a0373c6472005c4ccee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Sat, 8 Feb 2020 22:33:07 +0100 Subject: [PATCH] Kernel 0.93++ --- INCLUDE/a2osx.h.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INCLUDE/a2osx.h.txt b/INCLUDE/a2osx.h.txt index 00e9bea2..94aafcdc 100644 --- a/INCLUDE/a2osx.h.txt +++ b/INCLUDE/a2osx.h.txt @@ -9,7 +9,7 @@ NEW #DEFINE O_TEXT 64 #DEFINE O_CREATE 128 -short int fopen ( const char *filename, short int flags, short int ftype, int auxtype ); +short int fopen ( const char *, short int, short int, int ); MAN SAVE include/A2osX.h