Pedro Henrique Penna
Pedro Henrique Penna
## Description Implement `preadv()`. ## References https://www.man7.org/linux/man-pages/man2/preadv2.2.html
## Description Implement `fcntl()`. ## References https://www.man7.org/linux/man-pages/man2/fcntl.2.html
## Description Implement `fstat()`. ## References https://www.man7.org/linux/man-pages/man2/fstat.2.html
## Description We are missing support for the following Linux file open modes: - [ ] `O_EXEC` - [ ] `O_SEARCH` - [ ] `O_DIRECTORY` - [ ] `O_DSYNC` -...
## Description We are missing support for the following Linux clocks: - [ ] `CLOCK_REALTIME_ALARM` - [ ] `CLOCK_REALTIME_COARSE` - [ ] `CLOCK_TAI` - [ ] `CLOCK_MONOTONIC_COARSE` - [ ]...