]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 62156b789b69143d78fefa8dd421e7966ab06bef..e15f9544e07ff72bb6dce882edce5dedc8acf89a 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 ffc7b3c06781c2a1f781594682185278057fda95..3c24e4e4718d2787d4181de341b461c72d818e9f 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