Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-05-08 | implement posix_getdents adopted for next issue of POSIX | Rich Felker | -0/+11 | |
this interface was added as the outcome of Austin Group tracker issue 697. no error is specified for unsupported flags, which is probably an oversight. for now, EOPNOTSUPP is used so as not to overload EINVAL. |