remove duplicated type definition for uint
authorsunghan <sh924.chang@samsung.com>
Wed, 22 Mar 2017 05:03:44 +0000 (14:03 +0900)
committersunghan <sh924.chang@samsung.com>
Wed, 22 Mar 2017 05:03:44 +0000 (14:03 +0900)
It is at line 298 and 322 and it should be in __ASSEMBLY__.

os/include/sys/types.h

index d016c73..9ce3b41 100644 (file)
@@ -319,8 +319,6 @@ typedef CODE int (*preapp_main_t)(int argc, char *argv[]);
 
 #endif
 
-typedef unsigned int uint;
-
 /****************************************************************************
  * Global Function Prototypes
  ****************************************************************************/