File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1546,6 +1546,7 @@ pthread_condattr_getclock
1546
1546
pthread_condattr_getpshared
1547
1547
pthread_condattr_setclock
1548
1548
pthread_condattr_setpshared
1549
+ pthread_getthreadid_np
1549
1550
pthread_kill
1550
1551
pthread_main_np
1551
1552
pthread_mutex_timedlock
Original file line number Diff line number Diff line change @@ -1561,6 +1561,8 @@ extern "C" {
1561
1561
newfd : :: c_int ,
1562
1562
) -> :: c_int ;
1563
1563
1564
+ pub fn pthread_getthreadid_np ( ) -> :: c_int ;
1565
+
1564
1566
#[ cfg_attr( all( target_os = "freebsd" , freebsd11) , link_name = "statfs@FBSD_1.0" ) ]
1565
1567
pub fn statfs ( path : * const :: c_char , buf : * mut statfs ) -> :: c_int ;
1566
1568
#[ cfg_attr( all( target_os = "freebsd" , freebsd11) , link_name = "fstatfs@FBSD_1.0" ) ]
You can’t perform that action at this time.
0 commit comments