mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
12549: Typo in 12547.
This commit is contained in:
parent
1859bb2d0a
commit
1d2948c2da
2 changed files with 5 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ struct timezone {
|
|||
#ifndef HAVE_PATHCONF
|
||||
# define zpathmax(X) ((long)((strlen(X) >= PATH_MAX) ? \
|
||||
((errno = ENAMETOOLONG), -1) : \
|
||||
((errno = 0), PATH_MAX))
|
||||
((errno = 0), PATH_MAX)))
|
||||
#endif
|
||||
|
||||
/* we should be getting this value from sysconf(_SC_OPEN_MAX) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue