mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
005ba515dc
returns, exit gracefully with 0. This fixes the behavior you see when you specify libc.so. It occurs because ldd(1) itself is linked with libc.so. $ ldd /usr/lib/libc.so /usr/lib/libc.so: ldd: /usr/lib/libc.so: (null) /usr/lib/libc.so: exit status 1 Reviewed by: silence of audit@ |
||
---|---|---|
.. | ||
extern.h | ||
ldd.1 | ||
ldd.c | ||
Makefile | ||
sods.c |