Refix readdir() on OpenBSD

We now have better tests which are catching these kinds of bugs.
This commit is contained in:
Justine Tunney 2021-01-29 01:25:14 -08:00
parent f7c7b949fd
commit a5f3456333
2 changed files with 25 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#define COSMOPOLITAN_LIBC_CALLS_STRUCT_DIRENT_H_
#if !(__ASSEMBLER__ + __LINKER__ + 0)
struct dirent { /* openbsd and linux getdents64 abi */
struct dirent { /* linux getdents64 abi */
uint64_t d_ino; /* inode number */
int64_t d_off; /* implementation-dependent location number */
uint16_t d_reclen; /* byte length of this whole struct and string */