mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
add support for os.tmpfile()
This commit is contained in:
parent
58f22ccc01
commit
0dda40035f
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,9 @@ typedef long intptr_t;
|
|||
/* Define if you have the tcsetpgrp function. */
|
||||
#define HAVE_TCSETPGRP 1
|
||||
|
||||
/* Define if you have the tmpfile function. */
|
||||
#define HAVE_TMPFILE 1
|
||||
|
||||
/* Define if you have the times function. */
|
||||
#define HAVE_TIMES 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue