From: Ulrich Drepper Date: Tue, 20 Oct 1998 16:18:10 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_99~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10411f2d14f7a567c0a38811e111751d33a4b3e8;p=thirdparty%2Fglibc.git Update. * include/ldsodefs.h: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 62156b789b6..e15f9544e07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-10-19 Ulrich Drepper + * 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 ffc7b3c0678..3c24e4e4718 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