diff options
author | Roland McGrath <roland@gnu.org> | 2003-10-22 07:09:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-10-22 07:09:31 +0000 |
commit | fb86edea204c16b9f6f86df9594e8053618957db (patch) | |
tree | ed1f57085257c442fcbb60441322ce2668ec5c96 /sysdeps/unix/sysv/linux | |
parent | f19a935e1b4e950cacc0446bb003dd6600864d15 (diff) | |
download | glibc-fb86edea204c16b9f6f86df9594e8053618957db.tar glibc-fb86edea204c16b9f6f86df9594e8053618957db.tar.gz glibc-fb86edea204c16b9f6f86df9594e8053618957db.tar.bz2 glibc-fb86edea204c16b9f6f86df9594e8053618957db.zip |
2003-10-18 Carlos O'Donell <carlos@baldric.uwo.ca>
* sysdeps/unix/sysv/linux/hppa/sysdep.h: Fix merge error.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/sysdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep.h b/sysdeps/unix/sysv/linux/hppa/sysdep.h index bb5e31dbb9..1085db3fc7 100644 --- a/sysdeps/unix/sysv/linux/hppa/sysdep.h +++ b/sysdeps/unix/sysv/linux/hppa/sysdep.h @@ -371,7 +371,6 @@ LDW_ASM_PIC \ : "=r" (__res) \ : "i" (SYS_ify(name)) ASM_ARGS_##nr \ - ); \ : CALL_CLOB_REGS CLOB_ARGS_##nr \ ); \ __sys_res = (long)__res; \ |