mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
sysvipc: Add missing bit of semtimedop s390 consolidation
This patch add the missing SEMTIMEDOP_IPC_ARGS definions on powerpc and sparc ipc_priv.h. Checked on powerpc64le-linux-gnu and with a build for sparc64-linux-gnu. * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h (SEMTIMEDOP_IPC_ARGS): New define. * sysdeps/unix/sysv/linux/sparc/sparc64/ipc_priv.h (SEMTIMEDOP_IPC_ARGS): Likewise.
This commit is contained in:
@ -38,4 +38,7 @@ struct __old_ipc_perm
|
||||
/* Also for msgrcv it does not use the kludge on final 2 arguments. */
|
||||
#define MSGRCV_ARGS(__msgp, __msgtyp) __msgp, __msgtyp
|
||||
|
||||
#define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \
|
||||
(__nsops), 0, (__sops), (__timeout)
|
||||
|
||||
#include <ipc_ops.h>
|
||||
|
Reference in New Issue
Block a user