mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.
This commit is contained in:
parent
174aa49a88
commit
21ee4091e1
5 changed files with 92 additions and 11 deletions
|
@ -64,6 +64,8 @@ typedef struct timeval hs_time;
|
|||
#ifndef PATH_MAX
|
||||
# ifdef MAX_PATH
|
||||
# define PATH_MAX MAX_PATH
|
||||
# elif defined (_POSIX_PATH_MAX)
|
||||
# define PATH_MAX _POSIX_PATH_MAX
|
||||
# else
|
||||
# error "Need a defn. for PATH_MAX in _hotshot.c"
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue