| ... | @@ -94,7 +94,8 @@ pub extern "c" fn epoll_pwait( | ... | @@ -94,7 +94,8 @@ pub extern "c" fn epoll_pwait( |
| 94 | sigmask: *const sigset_t, | 94 | sigmask: *const sigset_t, |
| 95 | ) c_int; | 95 | ) c_int; |
| 96 | pub extern "c" fn inotify_init1(flags: c_uint) c_int; | 96 | pub extern "c" fn inotify_init1(flags: c_uint) c_int; |
| 97 | pub extern "c" fn inotify_add_watch(fd: fd_t, pathname: [*]const u8, mask: u32) c_int; | 97 | pub extern "c" fn inotify_add_watch(fd: fd_t, pathname: [*:0]const u8, mask: u32) c_int; |
| | 98 | pub extern "c" fn inotify_rm_watch(fd: fd_t, wd: c_int) c_int; |
| 98 | | 99 | |
| 99 | /// See std.elf for constants for this | 100 | /// See std.elf for constants for this |
| 100 | pub extern "c" fn getauxval(__type: c_ulong) c_ulong; | 101 | pub extern "c" fn getauxval(__type: c_ulong) c_ulong; |