This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
copy-paste error in prctl.h
Rich Felker
13 years ago
parent
7f5471529c
commit
5a2e74ebd2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
include/sys/prctl.h
+ 1
- 1
include/sys/prctl.h
View File
@@ -58,7 +58,7 @@ extern "C" {
int prctl (int, ...);
#ifdef __cplusplus
-
extern "C" {
+
}
#endif
#endif