diff options
Diffstat (limited to 'include/ldsodefs.h')
-rw-r--r-- | include/ldsodefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ldsodefs.h b/include/ldsodefs.h index ffc7b3c067..3c24e4e471 100644 --- a/include/ldsodefs.h +++ b/include/ldsodefs.h @@ -9,7 +9,7 @@ /* Call a function through a pointer. */ # define _CALL_DL_FCT(fctp, args) (*fctp) args -# define CALL_DL_FCT(fctp, args) (*fctp) args +# define DL_CALL_FCT(fctp, args) (*fctp) args # endif /* ldsodefs.h */ #endif |