mirror of
https://github.com/helje5/dockSwiftOnARM.git
synced 2025-11-01 06:33:34 +00:00
6 lines
124 B
Diff
6 lines
124 B
Diff
288,289c288
|
|
< : once_(PTHREAD_ONCE_INIT)
|
|
< { }
|
|
---
|
|
> {once_.__sig = _PTHREAD_ONCE_SIG_init; once_.__opaque[0] = 0;}
|