Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / include_exp / sys / types.h
index 4e38de3..7c584d2 100644 (file)
@@ -12,6 +12,7 @@ typedef struct stat   t_fstat;
 
 #define CLONE_VM       0x10
 
+typedef unsigned int   id_t;
 typedef unsigned long  pid_t;
 typedef unsigned long  tid_t;
 typedef signed long long int   time_t;
@@ -54,10 +55,6 @@ extern void  FD_CLR(int fd, fd_set *fdsetp);
 extern void    FD_SET(int fd, fd_set *fdsetp);
 extern int     FD_ISSET(int fd, fd_set *fdsetp);
 
-typedef __uint8_t      u_int8_t;
-typedef __uint16_t     u_int16_t;
-typedef __uint32_t     u_int32_t;
-
 #include "../sys/stat.h"
 
 #endif

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