Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check for a dlfunc() function to get handle if present
authorMatthieu Volat <mazhe@alkumuna.eu>
Mon, 7 Nov 2016 11:25:21 +0000 (12:25 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 7 Nov 2016 13:33:23 +0000 (14:33 +0100)
commit9e568a13c5bf3fea2a09bb4418f2465fa759af3b
tree1e13f22016e14667ddc41bad6ab334eb7f9ce206
parentb04c56f57e40cf69d1b3fd0982ebaf2bbf27df40
Check for a dlfunc() function to get handle if present

dlfunc() is a (for now) FreeBSD-only function that is to be used when
trying to retrieve function handles from code segments, rather
than dlsym(), but let's make the code generic in case somebody else
likes the idea...
CMakeLists.txt
src/xbt/mmalloc/mm_legacy.c
tools/cmake/src/internal_config.h.in