Commit 9ae062c
committed
[druntime]: Fix posix.sys.shm.shmid_ds on (some) non-x86_64
Check glibc's sysdeps/unix/sysv/linux/**/bits/types/struct_shmid_ds.h
for correctness. Some arches still look like they have an incorrect
declaration but this, at least, fixes aarch64 which is the more
common one.
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>1 parent 6fa9ef6 commit 9ae062c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments