Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152619021
D40934.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
D40934.diff
View Options
diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c
--- a/usr.bin/ldd/ldd.c
+++ b/usr.bin/ldd/ldd.c
@@ -236,7 +236,7 @@
rtld = _PATH_RTLD;
#if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
if (type == TYPE_ELF32)
- rtld = _COMPAT32_PATH_RTLD;
+ rtld = __PATH_RTLD("32");
#endif
if (is_shlib == 0) {
execl(rtld, rtld, "--",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 1:22 AM (12 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31632328
Default Alt Text
D40934.diff (351 B)
Attached To
Mode
D40934: ldd: Use __PATH_RTLD("32") over _COMPAT32_PATH_RTLD
Attached
Detach File
Event Timeline
Log In to Comment