mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Changes for BeOS, QNX and long long, by Chris Herborth.
This commit is contained in:
parent
1a8791e0b8
commit
bcc207484a
12 changed files with 132 additions and 14 deletions
|
|
@ -21,6 +21,10 @@ This module should be used in conjunction with the TERMIOS module,\n\
|
|||
which defines the relevant symbolic constants.";
|
||||
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define BAD "bad termios argument"
|
||||
|
||||
static PyObject *TermiosError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue