Date: Sat, 08 Feb 1997 10:02:48 -0500 From: Robert Withrow <witr@rwwa.com> To: freebsd-hackers@freebsd.org Subject: In what way are shared libs ``shared''? Message-ID: <199702081502.KAA29141@spooky.rwwa.com>
next in thread | raw e-mail | index | archive | help
Looking at rtld.c I see: addr = mmap(0, hdr.a_text + hdr.a_data + hdr.a_bss, PROT_READ|PROT_EXEC, MAP_COPY, fd, 0) >From my understanding of MAP_COPY semantics, this is *not* a shared mapping. If I am right about this, then how are shared libs shared? ----------------------------------------------------------------------------- Robert Withrow, Tel: +1 617 592 8935, Net: witr@rwwa.COM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702081502.KAA29141>