copy-paste error in prctl.h
authorRich Felker <dalias@aerifal.cx>
Sat, 18 Jun 2011 11:39:05 +0000 (07:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 18 Jun 2011 11:39:05 +0000 (07:39 -0400)
include/sys/prctl.h

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