提交 4e3df7be 编写于 作者: R Rich Felker

fix __cplusplus extern "C" closing brace in pty.h (typo?)

上级 0c4188f6
...@@ -12,7 +12,7 @@ int openpty(int *, int *, char *, const struct termios *, const struct winsize * ...@@ -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 *); int forkpty(int *, char *, const struct termios *, const struct winsize *);
#ifdef __cplusplus #ifdef __cplusplus
extern } }
#endif #endif
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册