Blame include/sys/ldso.h

724fbc
#ifndef _SYS_LDSO_H
724fbc
#define _SYS_LDSO_H
724fbc
724fbc
#ifdef __cplusplus
724fbc
extern "C" {
724fbc
#endif
724fbc
724fbc
void * __dldopen(int, int);
724fbc
void * __dlsopen(const char *, int);
724fbc
724fbc
#ifdef __cplusplus
724fbc
}
724fbc
#endif
724fbc
724fbc
#endif