diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-10 05:52:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-10 05:52:30 +0000 |
commit | 1a8de3e4dc6e3a79491f0bd9ebd5fa19a3f1ce3b (patch) | |
tree | 45f9fe51b0c86fed71eeb395b96a704f85358693 /conform | |
parent | 4186c9f42b68947cfba27abfcd021da7755bf4eb (diff) | |
download | glibc-1a8de3e4dc6e3a79491f0bd9ebd5fa19a3f1ce3b.tar glibc-1a8de3e4dc6e3a79491f0bd9ebd5fa19a3f1ce3b.tar.gz glibc-1a8de3e4dc6e3a79491f0bd9ebd5fa19a3f1ce3b.tar.bz2 glibc-1a8de3e4dc6e3a79491f0bd9ebd5fa19a3f1ce3b.zip |
Update.
* conform/data/ftw.h-data: Add allow-header sys/stat.h.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/ftw.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/ftw.h-data b/conform/data/ftw.h-data index ef34116a73..229a18a458 100644 --- a/conform/data/ftw.h-data +++ b/conform/data/ftw.h-data @@ -19,5 +19,7 @@ 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, struct FTW *), int, int) +allow-header sys/stat.h + allow *_t #endif |