5 .Nd get diagnostic information
12 returns a null-terminated character string describing the last error that
13 occurred on this thread during a call to
15 .Fn dlopen_preflight ,
19 If no such error has occurred,
21 returns a null pointer.
24 the error indication is reset. Thus in the case of two calls
27 where the second call follows the first immediately, the second call
28 will always return a null pointer.
31 .Xr dlopen_preflight 3