projects
/
platform
/
core
/
system
/
activationd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f776e7f
)
Fixed the build error using gcc13
accepted/tizen/8.0/unified/20231005.093718
accepted/tizen/unified/20230706.152125
accepted/tizen/unified/dev/20230726.115600
tizen_8.0_m2_release
author
wchang kim
<wchang.kim@samsung.com>
Thu, 29 Jun 2023 04:00:43 +0000
(13:00 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Thu, 29 Jun 2023 04:00:43 +0000
(13:00 +0900)
Change-Id: Ib31dd976f3b1c5d8468c5fc0e76ae46826b2edc1
include/unit_control.h
patch
|
blob
|
history
diff --git
a/include/unit_control.h
b/include/unit_control.h
index 1cf993ae5c687c2f4eb53c2e874b45d0847b804e..4a2d6e25f56d2613bd4a8fb5f983d38ff4c8bd3d 100644
(file)
--- a/
include/unit_control.h
+++ b/
include/unit_control.h
@@
-21,7
+21,7
@@
typedef enum
enum {
UNIT_CONTROL_TIMEOUT_DEFAULT = -1,
UNIT_CONTROL_TIMEOUT_MAX = -2
-}
UnitControlTimeout
;
+};
enum {
UNIT_CONTROL_UNIT_STATE_ACTIVE = 0,