Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Oct 1996 08:53:44 +0800
From:      Peter Wemm <peter@spinner.DIALix.COM>
To:        "Marc G. Fournier" <scrappy@freefall.freebsd.org>
Cc:        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:  <199610080053.IAA09397@spinner.DIALix.COM>
In-Reply-To: Your message of "Mon, 07 Oct 1996 13:49:05 MST." <199610072049.NAA27239@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
"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...

Cheers,
-Peter





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610080053.IAA09397>