diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-06-18 07:39:05 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-06-18 07:39:05 -0400 |
commit | 5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081 (patch) | |
tree | 1d741d340e42400fe94c89536953ad39072e98e4 /include/sys/prctl.h | |
parent | 7f5471529c2f85ce528292ea5d4a146597d47588 (diff) | |
download | musl-5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081.tar.gz musl-5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081.tar.xz musl-5a2e74ebd2dc6d2fb3766662e68dcbc62e3e9081.zip |
copy-paste error in prctl.h
Diffstat (limited to 'include/sys/prctl.h')
-rw-r--r-- | include/sys/prctl.h | 2 |
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 |