From: Ulrich Drepper Date: Mon, 9 Apr 2001 03:58:11 +0000 (+0000) Subject: (INLINE_SYSCALL): Fix typo; s/==/=/ for assignment. X-Git-Tag: glibc-2.16-ports-merge^2~1995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fefb54b6d61afd2970ade60d05a321a740a0b84a;p=platform%2Fupstream%2Fglibc.git (INLINE_SYSCALL): Fix typo; s/==/=/ for assignment. --- diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep.h b/sysdeps/unix/sysv/linux/hppa/sysdep.h index 73d9a38..10e360d 100644 --- a/sysdeps/unix/sysv/linux/hppa/sysdep.h +++ b/sysdeps/unix/sysv/linux/hppa/sysdep.h @@ -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, , August 1999. Linux/PA-RISC changes by Philipp Rumpf, , 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; \ })