| ... | @@ -132,6 +132,7 @@ pub extern "c" fn tcgetattr(fd: fd_t, termios_p: *termios) c_int; | ... | @@ -132,6 +132,7 @@ pub extern "c" fn tcgetattr(fd: fd_t, termios_p: *termios) c_int; |
| 132 | pub extern "c" fn tcsetattr(fd: fd_t, optional_action: TCSA, termios_p: *const termios) c_int; | 132 | pub extern "c" fn tcsetattr(fd: fd_t, optional_action: TCSA, termios_p: *const termios) c_int; |
| 133 | pub extern "c" fn fcntl(fd: fd_t, cmd: c_int, ...) c_int; | 133 | pub extern "c" fn fcntl(fd: fd_t, cmd: c_int, ...) c_int; |
| 134 | pub extern "c" fn flock(fd: fd_t, operation: c_int) c_int; | 134 | pub extern "c" fn flock(fd: fd_t, operation: c_int) c_int; |
| | 135 | pub extern "c" fn ioctl(fd: fd_t, request: c_int, ...) c_int; |
| 135 | pub extern "c" fn uname(buf: *utsname) c_int; | 136 | pub extern "c" fn uname(buf: *utsname) c_int; |
| 136 | | 137 | |
| 137 | pub extern "c" fn gethostname(name: [*]u8, len: usize) c_int; | 138 | pub extern "c" fn gethostname(name: [*]u8, len: usize) c_int; |