summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-11-10 21:01:24 -0500
committerRich Felker <dalias@aerifal.cx>2011-11-10 21:01:24 -0500
commit4e3df7be8ff430de6f0f124a20112fb7be8a17d0 (patch)
treed977549ee3ef02da922d4e4584d5f6f0d8aa722a
parent0c4188f6d76fad021a93eb1012630c717bda80a1 (diff)
downloadmusl-4e3df7be8ff430de6f0f124a20112fb7be8a17d0.tar.gz
fix __cplusplus extern "C" closing brace in pty.h (typo?)
-rw-r--r--include/pty.h2
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