about summary refs log tree commit diff
path: root/sysdeps/unix/sysdep.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-26 18:15:57 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-26 18:15:57 +0000
commitda058e4542e6aaaef9258f1c94b450f4b32063f0 (patch)
tree9f41446e9dfe62469ffafc76b1977f470e6aa98e /sysdeps/unix/sysdep.h
parent441ee04334e65e41ac637f110af76f0f46e78f34 (diff)
downloadglibc-da058e4542e6aaaef9258f1c94b450f4b32063f0.tar.gz
glibc-da058e4542e6aaaef9258f1c94b450f4b32063f0.tar.xz
glibc-da058e4542e6aaaef9258f1c94b450f4b32063f0.zip
(__getgroups): Fix the error condition check for the return value of getgroups32.
Diffstat (limited to 'sysdeps/unix/sysdep.h')
-rw-r--r--sysdeps/unix/sysdep.h4
1 files changed, 2 insertions, 2 deletions
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.