diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-02 23:49:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-02 23:49:47 +0000 |
commit | d903678ae9b7427be5e63d875344bf4f250546e3 (patch) | |
tree | 9fe355381cf50b7c6b1a9481cba3e431eca7dec1 /sysdeps/unix/sysv/linux/ipc_priv.h | |
parent | 5fa85e50864ce6f7b7155184ed57530ed01fbea6 (diff) | |
download | glibc-d903678ae9b7427be5e63d875344bf4f250546e3.tar glibc-d903678ae9b7427be5e63d875344bf4f250546e3.tar.gz glibc-d903678ae9b7427be5e63d875344bf4f250546e3.tar.bz2 glibc-d903678ae9b7427be5e63d875344bf4f250546e3.zip |
Update.
2003-04-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
* sysdeps/generic/semtimedop.c: New file.
* sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* sysvipc/Makefile (routines): Add semtimedop.
* sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
* sysvipc/sys/sem.h: Declare semtimedop.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ipc_priv.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/ipc_priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/ipc_priv.h b/sysdeps/unix/sysv/linux/ipc_priv.h index 4d11950b04..564bee13bb 100644 --- a/sysdeps/unix/sysv/linux/ipc_priv.h +++ b/sysdeps/unix/sysv/linux/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 |