Explorar el Código

copy-paste error in prctl.h

Rich Felker hace 13 años
padre
commit
5a2e74ebd2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/sys/prctl.h

+ 1 - 1
include/sys/prctl.h

@@ -58,7 +58,7 @@ extern "C" {
 int prctl (int, ...);
 
 #ifdef __cplusplus
-extern "C" {
+}
 #endif
 
 #endif