From 1c4f98663635995919a2fe7f9c4cbf630ae238d2 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Fri, 11 Dec 2009 03:46:37 -0800 Subject: get x86_64 nptl building Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S index 7f608a597..5c8a858ad 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S @@ -18,7 +18,6 @@ 02111-1307 USA. */ #include -#include #include #ifndef UP @@ -27,7 +26,6 @@ # define #endif -#define SYS_futex 202 #define FUTEX_WAKE 1 -- cgit v1.2.3