From 5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 18 Jun 2011 07:39:05 -0400 Subject: copy-paste error in prctl.h --- include/sys/prctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sys/prctl.h b/include/sys/prctl.h index cd34848a..d4069770 100644 --- a/include/sys/prctl.h +++ b/include/sys/prctl.h @@ -58,7 +58,7 @@ extern "C" { int prctl (int, ...); #ifdef __cplusplus -extern "C" { +} #endif #endif -- cgit v1.2.1