This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
hongwenjun
/
musl
kopia lustrzana
https://git.musl-libc.org/git/musl
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
copy-paste error in prctl.h
Rich Felker
13 lat temu
rodzic
7f5471529c
commit
5a2e74ebd2
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
include/sys/prctl.h
+ 1
- 1
include/sys/prctl.h
Wyświetl plik
@@ -58,7 +58,7 @@ extern "C" {
int prctl (int, ...);
#ifdef __cplusplus
-
extern "C" {
+
}
#endif
#endif