diff options
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S | 2 |
1 files changed, 0 insertions, 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 <bits/signum.h> -#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 */ |