Fixed correctness in stdio, minor changes in ls to handle dirs with negative sizes
[tpg/acess2.git] / Usermode / include / stdint.h
index 3ad94bd..ea837ba 100644 (file)
@@ -14,4 +14,6 @@ typedef signed short  int16_t;
 typedef signed long            int32_t;
 typedef signed long long       int64_t;
 
+typedef uint32_t       intptr_t;
+
 #endif

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