Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 Oct 1998 16:18:10 +0000 (16:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 Oct 1998 16:18:10 +0000 (16:18 +0000)
* include/ldsodefs.h: Fix typo.

ChangeLog
include/ldsodefs.h

index 62156b7..e15f954 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
 
+       * include/ldsodefs.h: Fix typo.
+
        * posix/Makefile (tests): Add tst-preadwrite.
        * posix/tst-preadwrite.c: New file.
 
index ffc7b3c..3c24e4e 100644 (file)
@@ -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