about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-29 20:44:22 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-29 20:44:22 +0000
commit330fad29701ee2ae7b9f794f628a113b6f73d698 (patch)
tree54bc33f9ee8ead7aac5aedad8baea4e5eecf73c1 /sysdeps
parent9a1c21c453c45ac30b0350877b13ead6a09914e5 (diff)
downloadglibc-330fad29701ee2ae7b9f794f628a113b6f73d698.tar.gz
glibc-330fad29701ee2ae7b9f794f628a113b6f73d698.tar.xz
glibc-330fad29701ee2ae7b9f794f628a113b6f73d698.zip
Update.
	* 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>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h
index c56ed52cba..3e64c7411b 100644
--- a/sysdeps/unix/sysv/linux/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/kernel-features.h
@@ -108,7 +108,7 @@
 # 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__
@@ -124,7 +124,7 @@
 
 /* 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.  */
@@ -137,7 +137,7 @@
 # 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__