projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f54715
)
copy-paste error in prctl.h
author
Rich Felker
<dalias@aerifal.cx>
Sat, 18 Jun 2011 11:39:05 +0000
(07:39 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 18 Jun 2011 11:39:05 +0000
(07:39 -0400)
include/sys/prctl.h
patch
|
blob
|
history
diff --git
a/include/sys/prctl.h
b/include/sys/prctl.h
index cd34848ac8054bbdfa11d5e5a27b91221eb49c59..d406977049067b8a14c232b021500bb1ab4d9650 100644
(file)
--- 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