From de47eb59bb829423b1d0f47ba13099073999b3cb Mon Sep 17 00:00:00 2001 From: Nicolas Planel Date: Wed, 29 Oct 2003 16:07:11 +0000 Subject: Corporate Server 2.1.1 release --- mdk-stage1/dietlibc/include/dlfcn.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mdk-stage1/dietlibc/include/dlfcn.h') diff --git a/mdk-stage1/dietlibc/include/dlfcn.h b/mdk-stage1/dietlibc/include/dlfcn.h index b96f8f615..0ddcafdba 100644 --- a/mdk-stage1/dietlibc/include/dlfcn.h +++ b/mdk-stage1/dietlibc/include/dlfcn.h @@ -7,6 +7,9 @@ #define RTLD_LOCAL 0x00000 #define RTLD_GLOBAL 0x10000 +#define RTLD_DEFAULT ((void*)1) +#define RTLD_NEXT ((void*)2) + void *dlopen (const char *filename, int flag); const char *dlerror(void); void *dlsym(void *handle, char *symbol); -- cgit v1.2.1