https://bugs.kde.org/show_bug.cgi?id=444552

--- Comment #1 from Mark Wielaard <m...@klomp.org> ---
Note the following in glibc sysdeps/unix/sysv/linux/s390/ipc_priv.h:

/* The s390 sys_ipc variant has only five parameters instead of six
   (as for default variant).  The difference is the handling of
   SEMTIMEDOP where on s390 the third parameter is used as a pointer
   to a struct timespec where the generic variant uses fifth parameter.  */
#undef SEMTIMEDOP_IPC_ARGS
#define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \
  (__nsops), (__timeout), (__sops)

So maybe we are hitting that? But why only with glibc 2.34?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to