From 10411f2d14f7a567c0a38811e111751d33a4b3e8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 Oct 1998 16:18:10 +0000 Subject: Update. * include/ldsodefs.h: Fix typo. --- include/ldsodefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit 1.4.1