Usermode/libposix - More definitions on the way to dropbear
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / stat.h
index 3e9f430..c574928 100644 (file)
@@ -18,8 +18,12 @@ typedef uint64_t     blkcnt_t;
 typedef unsigned int   nlink_t;
 typedef uint32_t       mode_t;
 
+#ifndef uid_t
 typedef uint32_t       uid_t;
+#endif
+#ifndef gid_t
 typedef uint32_t       gid_t;
+#endif
 
 #define        S_IFMT          0170000 /* type of file */
 #define                S_IFDIR 0040000 /* directory */

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