1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot

use the AT_EXECFN value if it is no absolute path.
	* sysdeps/unix/sysv/linux/kernel-features.h: Never define
	__ASSUME_AT_EXECFN.
This commit is contained in:
Ulrich Drepper
2008-08-01 18:03:57 +00:00
parent cd5743fdec
commit 42fa1f67d4
3 changed files with 8 additions and 12 deletions

View File

@ -501,11 +501,6 @@
# define __ASSUME_ADJ_OFFSET_SS_READ 1
#endif
/* Support for AT_EXECFN was added in 2.6.27. */
#if __LINUX_KERNEL_VERSION >= 0x02061b
# define __ASSUME_AT_EXECFN 1
#endif
/* Support for various CLOEXEC and NONBLOCK flags was added for x86,
x86-64, PPC, IA-64, and SPARC in 2.6.27. */
#if __LINUX_KERNEL_VERSION >= 0x02061b \