]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-04-25 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 26 Apr 2005 04:25:52 +0000 (04:25 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Apr 2005 04:25:52 +0000 (04:25 +0000)
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
(INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.

sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h

index 17bfa9014fb30b707d4e5486d5b1905ab8268b2c..c3463f743158aec19b7a8dcf52465714beaee697 100644 (file)
 
 #undef INTERNAL_SYSCALL_ERROR_P
 #define INTERNAL_SYSCALL_ERROR_P(val, err) \
-  ((void) (err), __builtin_expect ((err) & (1 << 28), 0))
+  ((void) (val), __builtin_expect ((err) & (1 << 28), 0))
 
 #undef INTERNAL_SYSCALL_ERRNO
 #define INTERNAL_SYSCALL_ERRNO(val, err)     (val)