public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug hurd/23082] hurd: uid/gid/cuid/cgid/mode have type unsigned short instead of uid_t and mode_t
       [not found] <bug-23082-131@http.sourceware.org/bugzilla/>
@ 2023-05-01 13:08 ` cvs-commit at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-01 13:08 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Samuel Thibault
<sthibaul@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e3a3616dbf620fa9f260a4c1a779efbb15b4a506

commit e3a3616dbf620fa9f260a4c1a779efbb15b4a506
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon May 1 14:40:12 2023 +0200

    hurd 64bit: Fix ipc_perm fields types

    The standards want uid/cuid to be uid_t, gid/cgid to be gid_t and mode to
be
    mode_t, see BZ 23082.

    We can leave them short ints on i386 for ABI compatibility, but avoid
    hitting the issue on 64bit.

    bits/ipc.h ends up being exactly the same in sysdeps/gnu/ and
    sysdeps/unix/sysv/linux/, so remove the latter.

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-01 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23082-131@http.sourceware.org/bugzilla/>
2023-05-01 13:08 ` [Bug hurd/23082] hurd: uid/gid/cuid/cgid/mode have type unsigned short instead of uid_t and mode_t cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).