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:
ba6a9e7
)
fix header typo
author
Rich Felker
<dalias@aerifal.cx>
Wed, 18 Apr 2012 17:11:35 +0000
(13:11 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 18 Apr 2012 17:11:35 +0000
(13:11 -0400)
include/termios.h
patch
|
blob
|
history
diff --git
a/include/termios.h
b/include/termios.h
index 3ae853d87ecfb776c2beb64d59531be71bf9e192..76908839ca6e604cc71ca1eb534c6bf3429acc85 100644
(file)
--- a/
include/termios.h
+++ b/
include/termios.h
@@
-32,7
+32,7
@@
int tcflow (int, int);
pid_t tcgetsid (int);
-#ifdef _GNU
S
_SOURCE
+#ifdef _GNU_SOURCE
void cfmakeraw(struct termios *);
int cfsetspeed(struct termios *, speed_t);
#endif