mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Make mode_t available for the declaration of _getpty().
This commit is contained in:
parent
4f570b9239
commit
0765fe3a05
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ int shutdown( int, int );
|
|||
#endif
|
||||
|
||||
#ifdef HAVE__GETPTY
|
||||
/* Unchecked */
|
||||
#include <sys/types.h> /* we need to import mode_t */
|
||||
extern char * _getpty(int *, int, mode_t, int);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue