Merge branch 'master' of github.com:thepowersgang/acess2
authorJohn Hodge <[email protected]>
Mon, 17 Sep 2012 01:42:29 +0000 (09:42 +0800)
committerJohn Hodge <[email protected]>
Mon, 17 Sep 2012 01:42:29 +0000 (09:42 +0800)
1  2 
Usermode/Libraries/ld-acess.so_src/include_exp/unistd.h

@@@ -5,12 -5,8 +5,12 @@@
  #define O_WR  (OPENFLAG_WRITE)
  #define O_RD  (OPENFLAG_READ)
  #define O_CREAT       (OPENFLAG_CREATE)
 +#define O_RDONLY      OPENFLAG_READ
 +#define O_WRONLY      OPENFLAG_WRITE
 +#define O_TRUNC       OPENFLAG_TRUNCATE
 +#define O_APPEND      OPENFLAG_APPEND
  
typedef intptr_t      ssize_t;
//typedef intptr_t    ssize_t;
  
  #include "acess/sys.h"
  

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