2.9
[glibc/nacl-glibc.git] / conform / data / dirent.h-data
blobe496dab0dd583d87039bc415b41d06a6e56838a3
1 #ifndef ISO
2 type DIR
4 type {struct dirent}
6 element {struct dirent} ino_t d_ino
7 element {struct dirent} char d_name []
9 type ino_t
11 function int closedir (DIR*)
12 function {DIR*} opendir (const char*)
13 function {struct dirent*} readdir (DIR*)
14 function int readdir_r (DIR*, struct dirent*, struct dirent**)
15 function void rewinddir (DIR*)
16 function void seekdir (DIR*, long int)
17 function {long int} telldir (DIR*)
19 allow d_*
20 allow *_t
21 #endif