Skip to content

Commit a5b335e

Browse files
committed
Issue python#20597, python#21274: Remove unused definition of PATH_MAX on GNU/Hurd,
MAXPATHLEN is now preferred.
1 parent ce43f38 commit a5b335e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Python/pythonrun.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
#include "windows.h"
3535
#endif
3636

37-
#ifdef __gnu_hurd__
38-
#define PATH_MAX MAXPATHLEN
39-
#endif
40-
4137
_Py_IDENTIFIER(builtins);
4238
_Py_IDENTIFIER(excepthook);
4339
_Py_IDENTIFIER(flush);

0 commit comments

Comments
 (0)