mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 01:50:11 +00:00
AIX _dl_open implementation.
This commit is contained in:
parent
0778cbcde4
commit
b4f994c66b
9
sysdeps/unix/sysv/aix/dl-open.c
Normal file
9
sysdeps/unix/sysv/aix/dl-open.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* XXX The implementation of dlopen should somehow use the __loadx system
|
||||
call but how? */
|
||||
#include <dlfcn.h>
|
||||
|
||||
void *
|
||||
__libc_dlopen (const char *file)
|
||||
{
|
||||
return (void *) 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user