2005-04-25 Roland McGrath <roland@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
	(INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
This commit is contained in:
Roland McGrath 2005-04-26 04:25:52 +00:00
parent 64c0164816
commit 5949daa081
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
#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)