=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/dlfcn.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/include/dlfcn.h 2003/04/25 19:16:12 1.7 +++ src/include/dlfcn.h 2003/09/02 15:14:54 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: dlfcn.h,v 1.7 2003/04/25 19:16:12 marc Exp $ */ +/* $OpenBSD: dlfcn.h,v 1.8 2003/09/02 15:14:54 drahn Exp $ */ /* $NetBSD: dlfcn.h,v 1.2 1995/06/05 19:38:00 pk Exp $ */ /* @@ -48,8 +48,11 @@ __END_DECLS /* Values for dlopen `mode'. */ -#define DL_LAZY 1 -#define RTLD_LAZY DL_LAZY /* SunOS Compat */ +#define RTLD_LAZY 1 +#define RTLD_NOW 2 +#define RTLD_GLOBAL 0x100 +#define RTLD_LOCAL 0x000 +#define DL_LAZY RTLD_LAZY /* Compat */ /* * dlctl() commands