This is the mail archive of the libc-alpha@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]

Re: [PATCH v2 4/4] sysvipc: Set ipc_perm mode as mode_t (BZ#18231)


On Tue, 30 Jul 2019, Adhemerval Zanella wrote:

> diff --git a/conform/data/sys/ipc.h-data b/conform/data/sys/ipc.h-data
> index 09e8f68f8e..e6582c7cae 100644
> --- a/conform/data/sys/ipc.h-data
> +++ b/conform/data/sys/ipc.h-data
> @@ -7,7 +7,7 @@ xfail[i386-gnu]-element {struct ipc_perm} gid_t gid
>  xfail[i386-gnu]-element {struct ipc_perm} uid_t cuid
>  xfail[i386-gnu]-element {struct ipc_perm} gid_t cgid
>  // Bug 18231: wrong type for mode member.
> -xfail-element {struct ipc_perm} mode_t mode
> +xfail[i386-gnu]-element {struct ipc_perm} mode_t mode

I wouldn't expect the Bug 18231 comment to remain when fixing this for 
non-Hurd, as Hurd is covered by bug 23082.

-- 
Joseph S. Myers
joseph@codesourcery.com


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