projects
/
rtos
/
tinyara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98db9e1
)
remove duplicated type definition for uint
author
sunghan
<sh924.chang@samsung.com>
Wed, 22 Mar 2017 05:03:44 +0000
(14:03 +0900)
committer
sunghan
<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
patch
|
blob
|
history
diff --git
a/os/include/sys/types.h
b/os/include/sys/types.h
index
d016c73
..
9ce3b41
100644
(file)
--- a/
os/include/sys/types.h
+++ b/
os/include/sys/types.h
@@
-319,8
+319,6
@@
typedef CODE int (*preapp_main_t)(int argc, char *argv[]);
#endif
-typedef unsigned int uint;
-
/****************************************************************************
* Global Function Prototypes
****************************************************************************/