Commit 2fd26c6
committed
linux_like: unify SIGEV_THREAD_ID support
This effectively adds the constant for musl too, as last platform of
this category.
It has been supported in musl since
7c71792e ("add support for SIGEV_THREAD_ID timers")
and was released with v1.2.2 in January 2021.
Also double-checked that the `sigevent` struct is defined in the exact
same way.
Signed-off-by: Christoph Heiss <[email protected]>1 parent dff1a71 commit 2fd26c6
File tree
5 files changed
+6
-6
lines changed- libc-test/semver
- src/unix/linux_like
- android
- linux
- gnu
- uclibc
5 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2204 | 2204 | | |
2205 | 2205 | | |
2206 | 2206 | | |
2207 | | - | |
2208 | | - | |
2209 | 2207 | | |
2210 | 2208 | | |
2211 | 2209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
823 | | - | |
824 | 822 | | |
825 | 823 | | |
826 | 824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | 172 | | |
175 | 173 | | |
176 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1269 | 1269 | | |
1270 | 1270 | | |
1271 | 1271 | | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
1272 | 1277 | | |
1273 | 1278 | | |
1274 | 1279 | | |
| |||
0 commit comments