mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really...
This commit is contained in:
parent
85152b93cb
commit
5e80a75799
1 changed files with 5 additions and 0 deletions
|
@ -33,3 +33,8 @@
|
|||
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
|
||||
#include <ansi_prefix.mac.h>
|
||||
#endif
|
||||
/* Missing declarations. Should these go to pyport.h? */
|
||||
#ifdef USE_GUSI2
|
||||
#include <stdio.h>
|
||||
extern int fileno(FILE *);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue