From ca6d0875937d0117532fa4eeb20bc6a123554e49 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 21 Dec 1997 21:22:51 +0000 Subject: [PATCH] Define __ipc_pid_t type. --- sysdeps/unix/sysv/linux/alpha/gnu/types.h | 2 ++ sysdeps/unix/sysv/linux/gnu/types.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sysdeps/unix/sysv/linux/alpha/gnu/types.h b/sysdeps/unix/sysv/linux/alpha/gnu/types.h index 724a869696..16b043e5b1 100644 --- a/sysdeps/unix/sysv/linux/alpha/gnu/types.h +++ b/sysdeps/unix/sysv/linux/alpha/gnu/types.h @@ -91,4 +91,6 @@ typedef struct typedef int __key_t; +typedef int __ipc_pid_t; + #endif /* gnu/types.h */ diff --git a/sysdeps/unix/sysv/linux/gnu/types.h b/sysdeps/unix/sysv/linux/gnu/types.h index 8814e710dd..4e78e801dd 100644 --- a/sysdeps/unix/sysv/linux/gnu/types.h +++ b/sysdeps/unix/sysv/linux/gnu/types.h @@ -86,4 +86,6 @@ typedef struct typedef int __key_t; +typedef short int __ipc_pid_t; + #endif /* gnu/types.h */ -- 2.11.4.GIT