File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1211,6 +1211,7 @@ clock_settime
12111211cmsgcred
12121212cmsghdr
12131213daemon
1214+ devname_r
12141215difftime
12151216dirfd
12161217dl_iterate_phdr
Original file line number Diff line number Diff line change @@ -1410,6 +1410,7 @@ cmsgcred
14101410cmsghdr
14111411daemon
14121412dallocx
1413+ devname_r
14131414difftime
14141415dirfd
14151416dl_iterate_phdr
Original file line number Diff line number Diff line change @@ -1410,6 +1410,12 @@ extern "C" {
14101410 pub fn sem_init ( sem : * mut sem_t , pshared : :: c_int , value : :: c_uint ) -> :: c_int ;
14111411
14121412 pub fn daemon ( nochdir : :: c_int , noclose : :: c_int ) -> :: c_int ;
1413+ pub fn devname_r (
1414+ dev : :: dev_t ,
1415+ mode : :: mode_t ,
1416+ buf : * mut :: c_char ,
1417+ len : :: c_int ,
1418+ ) -> * mut :: c_char ;
14131419 pub fn gettimeofday ( tp : * mut :: timeval , tz : * mut :: timezone ) -> :: c_int ;
14141420 pub fn accept4 (
14151421 s : :: c_int ,
You can’t perform that action at this time.
0 commit comments