mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
a5707dad25
2000-06-29 Ulrich Drepper <drepper@redhat.com> * stdio-common/printf_fp.c (__printf_fp): Don't clobber pointer which we later need to calling free(). Patch by Matt Wilson <msw@redhat.com>. 2000-06-27 David Mosberger-Tang <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: New file. * sysdeps/unix/sysv/linux/ia64/bits/shm.h: New file. 2000-06-28 Jes Sorensen <jes@linuxcare.com> * sysdeps/ieee754/dbl-64/s_exp2.c: Add include stdlib.h to get prototype for abs(). * sysdeps/ieee754/flt-32/s_exp2f.c: ditto.
8 lines
222 B
C
8 lines
222 B
C
#define readdir64 __no_readdir64_decl
|
|
#define __readdir64 __no___readdir64_decl
|
|
#include <sysdeps/unix/readdir.c>
|
|
#undef __readdir64
|
|
strong_alias (__readdir, __readdir64)
|
|
#undef readdir64
|
|
weak_alias (__readdir, readdir64)
|