From da058e4542e6aaaef9258f1c94b450f4b32063f0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 26 Mar 2003 18:15:57 +0000 Subject: (__getgroups): Fix the error condition check for the return value of getgroups32. --- sysdeps/unix/sysdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysdep.h') diff --git a/sysdeps/unix/sysdep.h b/sysdeps/unix/sysdep.h index c19e98a4c0..4619335d0a 100644 --- a/sysdeps/unix/sysdep.h +++ b/sysdeps/unix/sysdep.h @@ -47,8 +47,8 @@ #ifndef PSEUDO_END #define PSEUDO_END(sym) #endif -#ifndef PSEUDO_END_NOENTRY -#define PSEUDO_END_NOENTRY(sym) +#ifndef PSEUDO_END_NOERRNO +#define PSEUDO_END_NOERRNO(sym) PSEUDO_END(sym) #endif /* Wrappers around system calls should normally inline the system call code. -- cgit 1.4.1