| ... | @@ -32,6 +32,7 @@ pub extern "c" fn abort() noreturn; | ... | @@ -32,6 +32,7 @@ pub extern "c" fn abort() noreturn; |
| 32 | pub extern "c" fn exit(code: c_int) noreturn; | 32 | pub extern "c" fn exit(code: c_int) noreturn; |
| 33 | pub extern "c" fn isatty(fd: fd_t) c_int; | 33 | pub extern "c" fn isatty(fd: fd_t) c_int; |
| 34 | pub extern "c" fn close(fd: fd_t) c_int; | 34 | pub extern "c" fn close(fd: fd_t) c_int; |
| | 35 | pub extern "c" fn @"close$NOCANCEL"(fd: fd_t) c_int; |
| 35 | pub extern "c" fn fstat(fd: fd_t, buf: *Stat) c_int; | 36 | pub extern "c" fn fstat(fd: fd_t, buf: *Stat) c_int; |
| 36 | pub extern "c" fn @"fstat$INODE64"(fd: fd_t, buf: *Stat) c_int; | 37 | pub extern "c" fn @"fstat$INODE64"(fd: fd_t, buf: *Stat) c_int; |
| 37 | pub extern "c" fn lseek(fd: fd_t, offset: isize, whence: c_int) isize; | 38 | pub extern "c" fn lseek(fd: fd_t, offset: isize, whence: c_int) isize; |