diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 20:40:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-24 20:40:44 +0000 |
commit | 52cf7d345d34e59973a8cc04773bdc1f9ba39421 (patch) | |
tree | 1ef2f778718c17af739761798c357666308b1bc4 /conform/data/dirent.h-data | |
parent | da1067a9154c3125a4274e1d039dd5b2d3aa953c (diff) | |
download | glibc-52cf7d345d34e59973a8cc04773bdc1f9ba39421.tar.gz glibc-52cf7d345d34e59973a8cc04773bdc1f9ba39421.tar.xz glibc-52cf7d345d34e59973a8cc04773bdc1f9ba39421.zip |
Update.
* 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.
Diffstat (limited to 'conform/data/dirent.h-data')
-rw-r--r-- | conform/data/dirent.h-data | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conform/data/dirent.h-data b/conform/data/dirent.h-data index 4dbe552c11..e496dab0dd 100644 --- a/conform/data/dirent.h-data +++ b/conform/data/dirent.h-data @@ -9,7 +9,7 @@ element {struct dirent} char d_name [] type ino_t function int closedir (DIR*) -function DIR* opendir (const char*) +function {DIR*} opendir (const char*) function {struct dirent*} readdir (DIR*) function int readdir_r (DIR*, struct dirent*, struct dirent**) function void rewinddir (DIR*) @@ -17,4 +17,5 @@ function void seekdir (DIR*, long int) function {long int} telldir (DIR*) allow d_* +allow *_t #endif |