tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dlopen fails from static binary



On Mon, Apr 18, 2016 at 07:42:57AM +0000, Emmanuel Dreyfus wrote:
 > /*ARGSUSED*/
 > void *
 > dlopen(const char *name, int mode)
 > {
 > 
 >         return NULL;
 > }
 > 
 > 
 > That suggests we just need to set errno there. To what value? ENOEXEC?

ENOSYS? EOPNOTSUPP? ENOTSUP?

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index