Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 1996 21:36:41 -0400 (EDT)
From:      "Marc G. Fournier" <scrappy@ki.net>
To:        Peter Wemm <peter@spinner.DIALix.COM>
Cc:        "Marc G. Fournier" <scrappy@freefall.freebsd.org>, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-include@freefall.freebsd.org
Subject:   Re: cvs commit: src/include link.h 
Message-ID:  <Pine.NEB.3.95.961007213359.5735B-100000@spirit.ki.net>
In-Reply-To: <199610080053.IAA09397@spinner.DIALix.COM>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 8 Oct 1996, Peter Wemm wrote:

> "Marc G. Fournier" wrote:
> >   dlfcn.h and link.h have conflicting declarations for dlopen/dlsym,
> >   with dlfcn.h declaring them as:
> >   
> >   void *dlopen __P((const char *, int));
> >   void *dlsym __P((void *, const char *));
> >
> >   while link.h declared them as
> >   
> >   extern void *dlopen __P((char *, int));
> >   extern void *dlsym __P((void *, char *));
> >   
> >   Fix link.h to match dlfcn.h
> 
> Umm...  They are actually implemented as in link.h not dlfcn.h..
> 
> Now lib/csu/i386 doesn't compile...
>
	Noted, and "fixing" crt0.c isn't a fix...and looking inside
crt0.c, dlfcn.h is the "miss" defined include file...:(

	Sorry about that...I made an assumption based on *how* dlopen/dlsym
were defined in link.h...will fix it...


Marc G. Fournier                                  scrappy@ki.net
Systems Administrator @ ki.net               scrappy@freebsd.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.961007213359.5735B-100000>