Skip to content

Commit 283f069

Browse files
committed
seems to be the one
1 parent 6c29969 commit 283f069

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 = "__strftime_xpg4")]
3206+
#[cfg_attr(target_os = "solaris", link(name = "__strftime_xpg7"))]
32073207
pub fn strftime(
32083208
s: *mut c_char,
32093209
maxsize: size_t,

0 commit comments

Comments
 (0)