summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-06-18 07:39:05 -0400
committerRich Felker <dalias@aerifal.cx>2011-06-18 07:39:05 -0400
commit5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081 (patch)
tree1d741d340e42400fe94c89536953ad39072e98e4
parent7f5471529c2f85ce528292ea5d4a146597d47588 (diff)
downloadmusl-5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081.tar.gz
copy-paste error in prctl.h
-rw-r--r--include/sys/prctl.h2
1 files changed, 1 insertions, 1 deletions
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