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 17bfa90..c3463f7 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)