Skip to content

Commit 60e3f36

Browse files
committed
Merge 3.4 (python#24217)
2 parents 32ba405 + f6b5cad commit 60e3f36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/mmapmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
#ifndef MS_WINDOWS
2626
#define UNIX
27-
# ifdef __APPLE__
27+
# ifdef HAVE_FCNTL_H
2828
# include <fcntl.h>
29-
# endif
29+
# endif /* HAVE_FCNTL_H */
3030
#endif
3131

3232
#ifdef MS_WINDOWS

0 commit comments

Comments
 (0)