Kernel - Applying MM_MapTemp changes to armv7 and amd64
[tpg/acess2.git] / Usermode / include / unistd.h
1 #ifndef _UNISTD_H_
2 #define _UNISTD_H_
3
4 #define O_RDWR  (OPENFLAG_READ|OPENFLAG_WRITE)
5
6 #include "acess/sys.h"
7
8
9 #endif
10

UCC git Repository :: git.ucc.asn.au