| ... | @@ -41,7 +41,7 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { | ... | @@ -41,7 +41,7 @@ pub fn write(fd: c_int, buf: []const u8) errno.Error!usize { |
| 41 | // int open(const char *pathname, int flags, ... /* mode_t mode */ ); | 41 | // int open(const char *pathname, int flags, ... /* mode_t mode */ ); |
| 42 | | 42 | |
| 43 | // close | 43 | // close |
| 44 | // int creat(const char *pathname, mode_t mode); | 44 | // int close(int fd); |
| 45 | | 45 | |
| 46 | // stat | 46 | // stat |
| 47 | // int stat(const char *restrict pathname, struct stat *restrict statbuf); | 47 | // int stat(const char *restrict pathname, struct stat *restrict statbuf); |