* include/ldsodefs.h: Fix typo.
This commit is contained in:
Ulrich Drepper 1998-10-20 16:18:10 +00:00
parent a9b171efe1
commit 10411f2d14
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View 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