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.
22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
#ifndef ISO
|
|
type DIR
|
|
|
|
type {struct dirent}
|
|
|
|
element {struct dirent} ino_t d_ino
|
|
element {struct dirent} char d_name []
|
|
|
|
type ino_t
|
|
|
|
function int closedir (DIR*)
|
|
function {DIR*} opendir (const char*)
|
|
function {struct dirent*} readdir (DIR*)
|
|
function int readdir_r (DIR*, struct dirent*, struct dirent**)
|
|
function void rewinddir (DIR*)
|
|
function void seekdir (DIR*, long int)
|
|
function {long int} telldir (DIR*)
|
|
|
|
allow d_*
|
|
allow *_t
|
|
#endif
|