about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-02 23:25:53 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-02 23:25:53 +0000
commit90a315b00e587b61f7f1c0fb382271d84e4e66c7 (patch)
tree7accf98b6508956ee58fe66f4e1fcf3add9f1d39 /sysdeps/unix/sysv/linux
parentf903b5155c9c847d43eb3acefac367bf3927f0d8 (diff)
downloadglibc-90a315b00e587b61f7f1c0fb382271d84e4e66c7.tar.gz
glibc-90a315b00e587b61f7f1c0fb382271d84e4e66c7.tar.xz
glibc-90a315b00e587b61f7f1c0fb382271d84e4e66c7.zip
Update.
	* sysdeps/unix/sysv/linux/alpha/ipc_priv.h (IPCOP_semtimedop): Define.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/ipc_priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/ipc_priv.h b/sysdeps/unix/sysv/linux/alpha/ipc_priv.h
index b754a1fd51..f0b47d204b 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