mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
AIX msgget implementation.
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user