This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
hongwenjun
/
musl
peilaus alkaen
https://git.musl-libc.org/git/musl
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Selaa lähdekoodia
add <syscall.h> as an alias for <sys/syscall.h>
apparently some broken stuff (libstdc++) needs this.
Rich Felker
13 vuotta sitten
vanhempi
95b930ad26
sitoutus
4ce6766a32
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
include/syscall.h
+ 1
- 0
include/syscall.h
Näytä tiedosto
@@ -0,0 +1 @@
+#include <sys/syscall.h>