Refix readdir() on OpenBSD
We now have better tests which are catching these kinds of bugs.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user