Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 1996 23:34:14 -0700 (PDT)
From:      John Polstra <jdp>
To:        CVS-committers, cvs-all, cvs-gnu
Subject:   cvs commit:  src/gnu/usr.bin/ld/rtld rtld.c
Message-ID:  <199605220634.XAA21115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         96/05/21 23:34:13

  Modified:    gnu/usr.bin/ld/rtld  rtld.c
  Log:
  When checking to see whether a needed shared library has already
  been loaded, look for a match by device and inode number if the
  traditional pathname comparisons don't find a match.  This detects
  the case in which a library is requested using two different names
  which are really links to the same file, and avoids loading it
  twice.
  
  Requested by:	peter@freebsd.org
  Reviewed by:	peter@freebsd.org
  
  Revision  Changes    Path
  1.34      +36 -2     src/gnu/usr.bin/ld/rtld/rtld.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605220634.XAA21115>