mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
l_map_start to adjust l_tls_initimage.
This commit is contained in:
@ -242,8 +242,6 @@ done:
|
||||
#ifdef POSTPROCESS
|
||||
POSTPROCESS;
|
||||
#endif
|
||||
return (status == NSS_STATUS_SUCCESS
|
||||
? 0 : (status == NSS_STATUS_TRYAGAIN ? errno : ENOENT));
|
||||
return (status == NSS_STATUS_SUCCESS ? 0
|
||||
: status != NSS_STATUS_TRYAGAIN ? ENOENT
|
||||
#ifdef NEED_H_ERRNO
|
||||
|
Reference in New Issue
Block a user