diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-20 16:18:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-20 16:18:10 +0000 |
commit | 10411f2d14f7a567c0a38811e111751d33a4b3e8 (patch) | |
tree | a32cc8f594826a86eb4599258b333bd3ff96a373 | |
parent | a9b171efe19d416975daa3640bda38e856e57ce4 (diff) | |
download | glibc-10411f2d14f7a567c0a38811e111751d33a4b3e8.zip glibc-10411f2d14f7a567c0a38811e111751d33a4b3e8.tar.gz glibc-10411f2d14f7a567c0a38811e111751d33a4b3e8.tar.bz2 |
Update.
* include/ldsodefs.h: Fix typo.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | include/ldsodefs.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. diff --git a/include/ldsodefs.h b/include/ldsodefs.h index ffc7b3c..3c24e4e 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 |