Commit 71fa807
committed
libc/semaphore: Update semaphore initialization condition
- Update include condition to prevent unnecessary inclusion of debugging features in non-kernel builds.
- save_semaphore_history is in os/kernel, So it's only available in kernel not in libc.
Signed-off-by: seokhun-eom <seokhun.eom@samsung.com>1 parent 74eb039 commit 71fa807
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments