From: Ulrich Drepper Date: Fri, 2 May 2003 23:24:56 +0000 (+0000) Subject: (IPCOP_semtimedop): Define. X-Git-Tag: upstream/2.30~10627^2~1366 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9219434c89bef71058c9b2078b1fe1b774b9c826;p=external%2Fglibc.git (IPCOP_semtimedop): Define. --- diff --git a/sysdeps/unix/sysv/linux/alpha/ipc_priv.h b/sysdeps/unix/sysv/linux/alpha/ipc_priv.h index b754a1f..f0b47d2 100644 --- a/sysdeps/unix/sysv/linux/alpha/ipc_priv.h +++ b/sysdeps/unix/sysv/linux/alpha/ipc_priv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995-1999, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -44,6 +44,7 @@ __END_DECLS #define IPCOP_semop 1 #define IPCOP_semget 2 #define IPCOP_semctl 3 +#define IPCOP_semtimedop 4 #define IPCOP_msgsnd 11 #define IPCOP_msgrcv 12 #define IPCOP_msgget 13