mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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>
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user