Usermode/libposix - Fixed duplicate definition of uid_t
authorJohn Hodge (sonata) <[email protected]>
Wed, 15 May 2013 02:21:31 +0000 (10:21 +0800)
committerJohn Hodge (sonata) <[email protected]>
Wed, 15 May 2013 02:21:31 +0000 (10:21 +0800)
Usermode/Libraries/libposix.so_src/include_exp/sys/stat.h

index be5ceb3..0340a9f 100644 (file)
@@ -18,13 +18,6 @@ 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 */
 #define                S_IFCHR 0020000 /* character special */

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