This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hongwenjun
/
musl
espejo de
https://git.musl-libc.org/git/musl
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add <syscall.h> as an alias for <sys/syscall.h>
apparently some broken stuff (libstdc++) needs this.
Rich Felker
hace 13 años
padre
95b930ad26
commit
4ce6766a32
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
include/syscall.h
+ 1
- 0
include/syscall.h
Ver fichero
@@ -0,0 +1 @@
+#include <sys/syscall.h>