Skip to content

Commit 6c29969

Browse files
committed
another attempt
1 parent ae03114 commit 6c29969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/solarish/mod.rs

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

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

3206-
#[link(name = "__xpg4_strftime")]
3206+
#[link(name = "__strftime_xpg4")]
32073207
pub fn strftime(
32083208
s: *mut c_char,
32093209
maxsize: size_t,

0 commit comments

Comments
 (0)