Usermode/libc - Fix edge case crash with realloc on last block
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / types.h
index 1223857..c94a65a 100644 (file)
@@ -5,10 +5,14 @@
 
 #include <stddef.h>
 
+#define __USE_BSD      1
+
 //typedef signed int   ssize_t;
-//#ifdef  __USE_BSD
+
+#ifdef  __USE_BSD
+typedef unsigned long  u_long;
 typedef unsigned int   u_int;
-//#endif
+#endif
 
 typedef struct stat    t_fstat;
 

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