mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
52cf7d345d
* misc/libgen.h: Don't take basename macro as taking arguments. * sysdeps/arm/bits/huge_val.h: Use hexadecimal floating-point constants for gcc >= 2.95. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/ieee754/bits/huge_val.h: Likewise. * sysdeps/m68k/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Likewise.
24 lines
472 B
Plaintext
24 lines
472 B
Plaintext
#if !defined ISO && !defined POSIX
|
|
type {struct FTW}
|
|
element {struct FTW} int base
|
|
element {struct FTW} int level
|
|
|
|
macro FTW_F
|
|
macro FTW_D
|
|
macro FTW_DNR
|
|
macro FTW_DP
|
|
macro FTW_NS
|
|
macro FTW_SL
|
|
macro FTW_SLN
|
|
|
|
macro FTW_PHYS
|
|
macro FTW_MOUNT
|
|
macro FTW_DEPTH
|
|
macro FTW_CHDIR
|
|
|
|
function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
|
|
function int nftw (const char*, int (*) (const char *, const struct stat*, int, FTW *), int, int)
|
|
|
|
allow *_t
|
|
#endif
|