xref: /haiku/src/system/libroot/posix/glibc/include/dlfcn.h (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1 #ifndef _DLFCN_H
2 
3 #include_next <dlfcn.h>
4 
5 # define DL_CALL_FCT(fctp, args) \
6 	(*(fctp)) args
7 
8 #endif
9