Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 29 Sep 2002 20:44:22 +0000 (20:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 29 Sep 2002 20:44:22 +0000 (20:44 +0000)
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_SETRESUID_SYSCALL): On the sparc, define to 1, not empty.

2002-09-29  Jakub Jelinek  <jakub@redhat.com>

ChangeLog
sysdeps/unix/sysv/linux/kernel-features.h

index 13e7092..d6dde1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2002-09-29  Jakub Jelinek  <jakub@redhat.com>
 
+       * sysdeps/unix/sysv/linux/kernel-features.h
+       (__ASSUME_SETRESUID_SYSCALL): On the sparc, define to 1, not empty.
+
+2002-09-29  Jakub Jelinek  <jakub@redhat.com>
+
        * nss/bug-erange.c (main): Don't fail if /etc/resolv.conf doesn't
        exist.
 
index c56ed52..3e64c74 100644 (file)
 # define __ASSUME_NEW_GETRLIMIT_SYSCALL        1
 #endif
 
-/* I know for sure that these are in 2.3.35 on powerpc. But PowerPC64 does not 
+/* I know for sure that these are in 2.3.35 on powerpc. But PowerPC64 does not
    support separate 64-bit syscalls, already 64-bit */
 #if __LINUX_KERNEL_VERSION >= 131875 && defined __powerpc__ \
     && !defined __powerpc64__
 
 /* Linux 2.3.39 sparc added setresuid.  */
 #if __LINUX_KERNEL_VERSION >= 131879 && defined __sparc__
-# define __ASSUME_SETRESUID_SYSCALL
+# define __ASSUME_SETRESUID_SYSCALL    1
 #endif
 
 /* Linux 2.3.39 introduced IPC64.  Except for powerpc.  */
 # define __ASSUME_IPC64                1
 #endif
 
-/* Linux 2.4.0 on PPC introduced a correct IPC64. But PowerPC64 does not 
+/* Linux 2.4.0 on PPC introduced a correct IPC64. But PowerPC64 does not
    support a separate 64-bit sys call, already 64-bit */
 #if __LINUX_KERNEL_VERSION >= 132096 && defined __powerpc__ \
     && !defined __powerpc64__