mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Effectively revert the previous change: leave the new #include in, but
comment it out with an explanation. This makes it easier for someone who wants the additional symbols to try re-enabling it for their platform.
This commit is contained in:
parent
d34a9c98a9
commit
d3908e2952
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@
|
|||
#define PyInit_termios inittermios
|
||||
|
||||
#include <termios.h>
|
||||
/* XXX Some systems need this to get all the symbols, while
|
||||
this breaks for others.
|
||||
#include <sys/ioctl.h>
|
||||
*/
|
||||
|
||||
static char termios__doc__[] = "\
|
||||
This module provides an interface to the Posix calls for tty I/O control.\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue