diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-11-10 21:01:24 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-11-10 21:01:24 -0500 |
commit | 4e3df7be8ff430de6f0f124a20112fb7be8a17d0 (patch) | |
tree | d977549ee3ef02da922d4e4584d5f6f0d8aa722a /include | |
parent | 0c4188f6d76fad021a93eb1012630c717bda80a1 (diff) | |
download | musl-4e3df7be8ff430de6f0f124a20112fb7be8a17d0.tar.gz |
fix __cplusplus extern "C" closing brace in pty.h (typo?)
Diffstat (limited to 'include')
-rw-r--r-- | include/pty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pty.h b/include/pty.h index 46a99f47..db638534 100644 --- 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 |