This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug hurd/23086] New: hurd: f_fsid has type unsigned long long instead of unsigned long


https://sourceware.org/bugzilla/show_bug.cgi?id=23086

            Bug ID: 23086
           Summary: hurd: f_fsid has type unsigned long long instead of
                    unsigned long
           Product: glibc
           Version: 2.27
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: hurd
          Assignee: unassigned at sourceware dot org
          Reporter: samuel.thibault@ens-lyon.org
                CC: tschwinge at sourceware dot org
  Target Milestone: ---

POSIX specifies that the f_fsid member of the statvfs structure shall have type
unsigned long, but sysdeps/mach/hurd/bits/statvfs.h makes it __fsid_t, which is
defined to unsigned long long, thus even ABI-incompatible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]