diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 20:11:10 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 20:11:10 -0800 |
commit | 2e3e1b3309f8a8d86c6b5f97cc6c347c05a0e44b (patch) | |
tree | d43a2ed3870f0beb5a77fe638cad3152dbded531 /conform/data/dirent.h-data | |
parent | dfe11a137c2bd33bfe2824a2dc218cf8dbc60aba (diff) | |
download | glibc-2e3e1b3309f8a8d86c6b5f97cc6c347c05a0e44b.zip glibc-2e3e1b3309f8a8d86c6b5f97cc6c347c05a0e44b.tar.gz glibc-2e3e1b3309f8a8d86c6b5f97cc6c347c05a0e44b.tar.bz2 |
More test suite fixes.
Diffstat (limited to 'conform/data/dirent.h-data')
-rw-r--r-- | conform/data/dirent.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/dirent.h-data b/conform/data/dirent.h-data index 761d578..f1cd59c 100644 --- a/conform/data/dirent.h-data +++ b/conform/data/dirent.h-data @@ -8,7 +8,9 @@ element {struct dirent} ino_t d_ino # endif element {struct dirent} char d_name [] +# if !defined POSIX && !defined POSIX2008 type ino_t +#endif function int closedir (DIR*) function {DIR*} opendir (const char*) |