mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* stdio-common/tst-cookie.c (cookieseek): Change prototype to follow change for libio.h from 2000-03-10. 2000-03-23 Andreas Jaeger <aj@suse.de>
This commit is contained in:
parent
a42195dbe4
commit
7392ce9bb4
@ -1,3 +1,8 @@
|
|||||||
|
2000-03-23 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* stdio-common/tst-cookie.c (cookieseek): Change prototype to
|
||||||
|
follow change for libio.h from 2000-03-10.
|
||||||
|
|
||||||
2000-03-23 Andreas Jaeger <aj@suse.de>
|
2000-03-23 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* elf/dl-addr.c: Adjust include paths for ldsodefs location
|
* elf/dl-addr.c: Adjust include paths for ldsodefs location
|
||||||
@ -39,7 +44,7 @@
|
|||||||
* sysdeps/generic/ldsodefs.h: ... here.
|
* sysdeps/generic/ldsodefs.h: ... here.
|
||||||
|
|
||||||
* sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
|
* sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
|
||||||
|
|
||||||
* sysdeps/mips/elf/ldsodefs.h: New file.
|
* sysdeps/mips/elf/ldsodefs.h: New file.
|
||||||
|
|
||||||
* elf/dl-version.c (match_symbol): Use D_PTR to access relocated
|
* elf/dl-version.c (match_symbol): Use D_PTR to access relocated
|
||||||
|
@ -39,7 +39,7 @@ cookiewrite (void *cookie, const char *buf, size_t count)
|
|||||||
|
|
||||||
static int cookieseek_called;
|
static int cookieseek_called;
|
||||||
static int
|
static int
|
||||||
cookieseek (void *cookie, off_t offset, int whence)
|
cookieseek (void *cookie, off64_t *offset, int whence)
|
||||||
{
|
{
|
||||||
printf ("`%s' called with cookie %#lx\n", __FUNCTION__,
|
printf ("`%s' called with cookie %#lx\n", __FUNCTION__,
|
||||||
(unsigned long int) cookie);
|
(unsigned long int) cookie);
|
||||||
|
Loading…
Reference in New Issue
Block a user