mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Enable ftruncate() on the Mac.
(Jack)
This commit is contained in:
parent
92f01c54d4
commit
f2044e1a71
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define HAVE_FTRUNCATE
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
#ifdef USE_GUSI
|
||||
#define HAVE_FTRUNCATE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef THINK_C
|
||||
#define HAVE_FOPENRF
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue