]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__NR_semtimedop): Define if not defined.
authorAndreas Jaeger <aj@suse.de>
Mon, 5 May 2003 08:45:16 +0000 (08:45 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 5 May 2003 08:45:16 +0000 (08:45 +0000)
sysdeps/unix/sysv/linux/x86_64/sysdep.h

index 0edbe6624f68b2643542e3785f5b597a0e13580a..e88c48a9e4a204b27c9c599fe21c3a02659d539b 100644 (file)
 # define __NR_pwrite __NR_pwrite64
 #endif
 
+/* This is to help the old kernel headers where __NR_semtimedop is not
+   available.  */
+#ifndef __NR_semtimedop
+# define __NR_semtimedop 220
+#endif
+
+
 #ifdef __ASSEMBLER__
 
 /* Linux uses a negative return value to indicate syscall errors,