From e08057b1ff24258dd7460ad81e84491f7a28b424 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 1 Aug 2007 17:16:42 +0000 Subject: Updated to fedora-glibc-20070801T1703 --- nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S') diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S b/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S index e099ede029..5320a91e19 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S @@ -18,19 +18,11 @@ 02111-1307 USA. */ #include +#include #include #include #include -#ifndef UP -# define LOCK lock -#else -# define -#endif - -#define SYS_futex 202 -#define FUTEX_WAIT 0 - .text -- cgit v1.2.3