aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-14 01:31:26 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-14 01:31:26 +0000
commit115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf (patch)
treee91ae0d6663258ce278ba235de2b4b228155d1d1 /linuxthreads/sysdeps/unix
parentdb0a052cecb5b8d5850d199b695323ab58522857 (diff)
downloadglibc-115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf.tar
glibc-115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf.tar.gz
glibc-115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf.tar.bz2
glibc-115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf.zip
Update.
2003-01-14 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before defining. 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals. * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it here. * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise. 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions from here... (PSEUDO): ... to here. * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction from here... (PSEUDO): ... to here. * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
Diffstat (limited to 'linuxthreads/sysdeps/unix')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S2
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 */