Skip to content

Commit 648e8a6

Browse files
committed
attempt to fix symbol name
1 parent 9a8b928 commit 648e8a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/solarish/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3203,6 +3203,7 @@ extern "C" {
32033203

32043204
pub fn secure_getenv(name: *const c_char) -> *mut c_char;
32053205

3206+
#[link_name = "__xpg4_strftime"]
32063207
pub fn strftime(
32073208
s: *mut c_char,
32083209
maxsize: size_t,

0 commit comments

Comments
 (0)