mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
This commit is contained in:
@ -43,7 +43,7 @@ __pathconf (path, name)
|
||||
/* Determine the filesystem type. */
|
||||
if (__statfs (path, &fsbuf) < 0)
|
||||
/* not possible, return the default value. */
|
||||
return LINK_MAX;
|
||||
return LINUX_LINK_MAX;
|
||||
|
||||
switch (fsbuf.f_type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user