libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / system / libroot / posix / glibc / include / dlfcn.h
blobd21cff6020752b2f94847b8a784f17d93b762d5d
1 #ifndef _DLFCN_H
3 #include_next <dlfcn.h>
5 # define DL_CALL_FCT(fctp, args) \
6 (*(fctp)) args
8 #endif