From: Rich Felker Date: Sat, 18 Jun 2011 11:39:05 +0000 (-0400) Subject: copy-paste error in prctl.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081;p=musl copy-paste error in prctl.h --- 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