diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-08-04 17:29:01 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-08-04 17:29:01 +0200 |
commit | 29f9830714c25b8aae6fb553390271bce0f202ce (patch) | |
tree | 154094a1009608cbe1f996fde224c753c90a4712 /sysdeps/unix/sysv | |
parent | c337ae189c10d14db5b3e9a2422acb3b34418386 (diff) | |
parent | 943515f05cdbc1463bb06c9adbd3dcee5c1a7f57 (diff) | |
download | glibc-29f9830714c25b8aae6fb553390271bce0f202ce.tar.gz glibc-29f9830714c25b8aae6fb553390271bce0f202ce.tar.xz glibc-29f9830714c25b8aae6fb553390271bce0f202ce.zip |
Merge remote-tracking branch 'origin/release/2.13/master' into fedora/2.13/master
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h index aab4b721c0..e714c4c534 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h @@ -172,7 +172,7 @@ : "r9", "r10", "r11", "r12", \ "cr0", "ctr", "lr", "memory"); \ err = (long int) r0; \ - (int) r3; \ + r3; \ }) #undef INLINE_SYSCALL @@ -219,7 +219,7 @@ : "r9", "r10", "r11", "r12", \ "cr0", "ctr", "memory"); \ err = r0; \ - (int) r3; \ + r3; \ }) #define INTERNAL_SYSCALL(name, err, nr, args...) \ INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, args) |