(INLINE_SYSCALL): Fix typo; s/==/=/ for assignment.

This commit is contained in:
Ulrich Drepper 2001-04-09 03:58:11 +00:00
parent 6b8a08a9d6
commit fefb54b6d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* Assembler macros for PA-RISC.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@cygnus.com>, August 1999.
Linux/PA-RISC changes by Philipp Rumpf, <prumpf@tux.org>, March 2000.
@ -206,7 +206,7 @@
} \
if (__sys_res >= (unsigned long)-4095) { \
__set_errno(-__sys_res); \
__sys_res == (unsigned long)-1; \
__sys_res = (unsigned long)-1; \
} \
__sys_res; \
})