X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibposix.so_src%2Finclude_exp%2Fsys%2Ftypes.h;h=12238574c981a7f05f2d4de3b3ce32a08abe30e9;hb=e7a76b0d8a0cc6aa77966509780973a6f8216ef7;hp=db78b5a4fd36164271df6bd266ec28270959d31e;hpb=479d0634670b58da044bc58149662adba0ad1d0b;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h b/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h index db78b5a4..12238574 100644 --- a/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h +++ b/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h @@ -3,7 +3,7 @@ #ifndef _SYS_TYPES_H #define _SYS_TYPES_H -#include +#include //typedef signed int ssize_t; //#ifdef __USE_BSD @@ -13,8 +13,8 @@ typedef unsigned int u_int; typedef struct stat t_fstat; -#define CLONE_VM 0x10 - +typedef unsigned long uid_t; +typedef unsigned long gid_t; typedef unsigned int id_t; typedef unsigned long pid_t; typedef unsigned long tid_t; @@ -23,7 +23,7 @@ typedef long long int off_t; typedef unsigned int uint; -#include "stat.h" +//#include "stat.h" #include #endif