mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 17:51:16 +00:00
AIX _dl_close implementation.
This commit is contained in:
parent
25f435284a
commit
0778cbcde4
9
sysdeps/unix/sysv/aix/dl-close.c
Normal file
9
sysdeps/unix/sysv/aix/dl-close.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* XXX The implementation of dlopen should somehow use the __loadx system
|
||||
call but how? */
|
||||
#include <dlfcn.h>
|
||||
|
||||
int
|
||||
__libc_dlclose (void *handle)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user