This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/25094] A successful dlclose() seems to clear the last dynamic link error


https://sourceware.org/bugzilla/show_bug.cgi?id=25094

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
POSIX is deliberately vague on this. I think it's one of the classic BSD vs
SysV differences. Solaris apparently implements the SysV (no clearing of the
error indicator on successful dl* function calls), glibc follows the BSD
behavior (a successful call clears the error indicator).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]