Hi,

On 2022-03-29 17:53, Joshua Hudson wrote:
> diff -ur glibc.orig/glibc/sysdeps/unix/sysv/linux/pathconf.c
> glibc/glibc/sysdeps/unix/sysv/linux/pathconf.c
> --- glibc.orig/glibc/sysdeps/unix/sysv/linux/pathconf.c    2022-03-29
> 17:50:12.558027042 -0700
> +++ glibc/glibc/sysdeps/unix/sysv/linux/pathconf.c    2022-03-29
> 17:52:33.262157543 -0700
> @@ -183,6 +183,11 @@
>      case XFS_SUPER_MAGIC:
>        return XFS_LINK_MAX;
> 
> +    case MSDOS_SUPER_MAGIC:
> +#ifdef EXFAT_SUPER_MAGIC // For when it gets added in about 30 years
> +    case EXFAT_SUPER_MAGIC:
> +#endif
> +      return 1;
>      case LUSTRE_SUPER_MAGIC:
>        return LUSTRE_LINK_MAX;

If you ended with a patch, the best is probably to submit it upstream to
libc-al...@sourceware.org .

Regards
Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                 http://www.aurel32.net

Reply via email to