From: Rich Felker Date: Sat, 18 Jun 2011 11:39:05 +0000 (-0400) Subject: copy-paste error in prctl.h X-Git-Tag: v0.7.11~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081;p=oweals%2Fmusl.git 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