You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use JS__PATH_MAX instead of PATH_MAX in common code
PATH_MAX is optional in POSIX, and it is not available on GNU/Hurd.
There is already a fallback definition called JS__PATH_MAX, so switch
all the common code (i.e. not the bits specific to a certain OS) to use
it.
0 commit comments