In article <[EMAIL PROTECTED]>,
Andrew Iltchenko  <[EMAIL PROTECTED]> wrote:
> Hi everyone!
> 
> Is there a way of making dlopen return an error from the shared object's
> _init function?

No.  The _init function by definition is "void _init(void)", and so
it cannot return a value.

John
-- 
  John Polstra                                               [EMAIL PROTECTED]
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "No matter how cynical I get, I just can't keep up."        -- Nora Ephron


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to