Skip to content

Commit 604dade

Browse files
DavidBuchanan314AileenLumina
authored andcommitted
Pretend we have lstat
1 parent 85a9a47 commit 604dade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_config/pyconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
#define HAVE_LONG_LONG 1
574574

575575
/* Define to 1 if you have the `lstat' function. */
576-
/* #define HAVE_LSTAT 1 */ // original: #define HAVE_LSTAT 1
576+
#define HAVE_LSTAT 1 /* We don't really have lstat, but sed replaces it with stat */
577577

578578
/* Define to 1 if you have the `lutimes' function. */
579579
/* #define HAVE_LUTIMES 1 */ // original: #define HAVE_LUTIMES 1

0 commit comments

Comments
 (0)