Commit a5b335e6 authored by Victor Stinner's avatar Victor Stinner

Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,

MAXPATHLEN is now preferred.
parent ce43f38a
......@@ -34,10 +34,6 @@
#include "windows.h"
#endif
#ifdef __gnu_hurd__
#define PATH_MAX MAXPATHLEN
#endif
_Py_IDENTIFIER(builtins);
_Py_IDENTIFIER(excepthook);
_Py_IDENTIFIER(flush);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment