1
0
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:
Ulrich Drepper
2000-04-17 23:11:32 +00:00
parent a2380512b5
commit 3c0b9326b1
33 changed files with 671 additions and 12 deletions

View 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;
}