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
copy-paste error in prctl.h
Rich Felker
hace 13 años
padre
7f5471529c
commit
5a2e74ebd2
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
include/sys/prctl.h
+ 1
- 1
include/sys/prctl.h
Ver fichero
@@ -58,7 +58,7 @@ extern "C" {
int prctl (int, ...);
#ifdef __cplusplus
-
extern "C" {
+
}
#endif
#endif