Implement rand_r(), strnlen_s(), tempnam(), tmpnam()
Compare changes
Files
6+ 8
− 4
@@ -34,6 +34,10 @@ pub const MB_LEN_MAX: c_int = 4;
@@ -618,10 +622,10 @@ pub extern "C" fn qsort(
@@ -637,7 +641,7 @@ pub unsafe extern "C" fn rand_r(seed: *mut c_uint) -> c_int {