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:
0c4188f
)
fix __cplusplus extern "C" closing brace in pty.h (typo?)
author
Rich Felker
<dalias@aerifal.cx>
Fri, 11 Nov 2011 02:01:24 +0000
(21:01 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 11 Nov 2011 02:01:24 +0000
(21:01 -0500)
include/pty.h
patch
|
blob
|
history
diff --git
a/include/pty.h
b/include/pty.h
index 46a99f47e363831599374dfa9de3a7438262859e..db63853411879851f0cb04ad562e73a7e7634aad 100644
(file)
--- a/
include/pty.h
+++ b/
include/pty.h
@@
-12,7
+12,7
@@
int openpty(int *, int *, char *, const struct termios *, const struct winsize *
int forkpty(int *, char *, const struct termios *, const struct winsize *);
#ifdef __cplusplus
-
extern
}
+}
#endif
#endif