Skip to content

Commit ae03114

Browse files
committed
typo
1 parent 648e8a6 commit ae03114

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 = "__xpg4_strftime")]
32073207
pub fn strftime(
32083208
s: *mut c_char,
32093209
maxsize: size_t,

0 commit comments

Comments
 (0)