[all-commits] [llvm/llvm-project] 620b8d: [hurd] Fix accessing f_type field of statvfs (#71851)

Samuel Thibault via All-commits all-commits at lists.llvm.org
Mon Sep 9 06:53:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 620b8d994b8abdcf31271d9f4db7e7422fc9bd65
      https://github.com/llvm/llvm-project/commit/620b8d994b8abdcf31271d9f4db7e7422fc9bd65
  Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
  Date:   2024-09-09 (Mon, 09 Sep 2024)

  Changed paths:
    M llvm/lib/Support/Unix/Path.inc

  Log Message:
  -----------
  [hurd] Fix accessing f_type field of statvfs (#71851)

f4719c4d2cda ("Add support for GNU Hurd in Path.inc and other places")
made llvm use an internal __f_type name for the f_type field (which it
is not supposed to since accessing double-underscore names is explicitly
not supported by standards). In glibc 2.39 this field was renamed to
f_type so application can now access the field as the standard says.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list