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:
François Revol 2008-04-13 17:52:41 +00:00
parent 801fe71d43
commit ebf8c71d74

View File

@ -74,6 +74,10 @@ dlerror(void)
// __libc_dl*** wrappers
// 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 *
__libc_dlopen(const char *name)
{