[BACK]Return to dlfcn.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / src / systems / os2

Annotation of OpenXM_contrib/pari-2.2/src/systems/os2/dlfcn.h, Revision 1.1

1.1     ! noro        1: #define RTLD_LAZY 1
        !             2: #define RTLD_GLOBAL 1
        !             3: void *dlopen(char *path, int mode);
        !             4: void *dlsym(void *handle, char *symbol);
        !             5: char *dlerror(void);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>