mirror of git://sourceware.org/git/glibc.git
parent
a9b171efe1
commit
10411f2d14
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue