Fix warnings about missing protos.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24961 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
801fe71d43
commit
ebf8c71d74
@ -74,6 +74,10 @@ dlerror(void)
|
|||||||
|
|
||||||
// __libc_dl*** wrappers
|
// __libc_dl*** wrappers
|
||||||
// We use a mixed glibc / bsd libc, and glibc wants these
|
// We use a mixed glibc / bsd libc, and glibc wants these
|
||||||
|
void *__libc_dlopen(const char *name);
|
||||||
|
void *__libc_dlsym(void *handle, const char *name);
|
||||||
|
void __libc_dlclose(void *handle);
|
||||||
|
|
||||||
void *
|
void *
|
||||||
__libc_dlopen(const char *name)
|
__libc_dlopen(const char *name)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user