Skip to content

Commit

Permalink
on failing dlclose()
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 6, 2023
1 parent 4200ec2 commit 915510c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,9 @@
\item All these functions are part of the dynamic linker that each dynamically
linked program has mapped into its address space upon execution. Also see pages
\pageref{RUNTIMELINKER} and \pageref{EXEC}.
\item \texttt{dlclose} merely decrements the internal reference count held for
the dynamic library related to the handle. It will fail only if the handle is
invalid.
\end{itemize}

%%%%%
Expand Down

0 comments on commit 915510c

Please sign in to comment.