]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Mon, 9 Mar 1998 14:52:20 +0000 (14:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 9 Mar 1998 14:52:20 +0000 (14:52 +0000)
sysdeps/unix/sysv/linux/getresgid.c

index 9556fd3fc43a063d9939b9956ebb46e62defd4f0..e9f1575a82089b15c64fb7eebd910a6c87669be4 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/posix_types.h>
 #include <linux/unistd.h>
 
-#ifndef __NR_getresuid
+#ifndef __NR_getresgid
 /* The kernel does not define the getresgid syscall.  */
 #include <sysdeps/generic/getresgid.c>
 #else