(INLINE_SYSCALL): Fix typo; s/==/=/ for assignment.
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Apr 2001 03:58:11 +0000 (03:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Apr 2001 03:58:11 +0000 (03:58 +0000)
sysdeps/unix/sysv/linux/hppa/sysdep.h

index 73d9a38..10e360d 100644 (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.
        }                                                       \
        if (__sys_res >= (unsigned long)-4095) {                \
                __set_errno(-__sys_res);                        \
-               __sys_res == (unsigned long)-1;                 \
+               __sys_res = (unsigned long)-1;                  \
        }                                                       \
        __sys_res;                                              \
 })