Commit 551187d
v01dxyz
office-ispell: Use a POSIX macro to enable including <termios.h>
Compatible with musl in particular. <unistd.h> is already included in
"config.h".
It supposes the system does not "lie" by providing only a partial POSIX
support.
FreeBSD/NetBSD/OpenBSD/Apple (XNU) provides the macro too but are left
untouched as I don't have the means to test it.
Duplicate of an abandoned patch from 2015: https://reviews.llvm.org/D139381 parent 286ead4 commit 551187d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments