]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove redundant duplicates of stuff in vg_kerneliface.h.
authorNicholas Nethercote <n.nethercote@gmail.com>
Fri, 30 Jul 2004 23:44:30 +0000 (23:44 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 30 Jul 2004 23:44:30 +0000 (23:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2539

coregrind/vg_proxylwp.c

index b66b8e577c3b578804e42a3fa33f0818f2b3012f..b069201bda3732deb21f3e0d4b82286aac6d1e58 100644 (file)
@@ -879,11 +879,6 @@ static Int do_futex(void *addr, Int op, Int val, struct vki_timespec *time, void
    return VG_(do_syscall)(__NR_futex, addr, op, val, time, addr2);
 }
 
-#define VKI_FUTEX_WAIT         0
-#define VKI_FUTEX_WAKE         1
-#define VKI_FUTEX_FD           2
-#define VKI_FUTEX_REQUEUE      3
-
 static Int have_settid = -1;   /* -1 -> unknown */
 
 /*