From a5302fd49ad43b34f39aace17ef4bd63a7ca5bb8 Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 14 Jan 2003 01:23:24 +0000 Subject: [PATCH] (JUMPTARGET): Remove. --- linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S index 78c26228f7..172ac2b040 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S @@ -21,8 +21,6 @@ #define _SIGNAL_H #include -#define JUMPTARGET(name) name - /* The following are defined in linux/sched.h, which unfortunately */ /* is not safe for inclusion in an assembly file. */ #define CLONE_VM 0x00000100 /* set if VM shared between processes */ -- 2.11.0