We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb8711 commit 6b65939Copy full SHA for 6b65939
src/libcore/libc.rs
@@ -1309,6 +1309,8 @@ pub mod funcs {
1309
overwrite: c_int) -> c_int;
1310
fn unsetenv(name: *c_char) -> c_int;
1311
fn putenv(string: *c_char) -> c_int;
1312
+
1313
+ fn symlink(path1: *c_char, path2: *c_char) -> c_int;
1314
}
1315
1316
#[nolink]
@@ -1365,7 +1367,6 @@ pub mod funcs {
1365
1367
pub mod bsd44 {
1366
1368
1369
-
1370
#[cfg(target_os = "macos")]
1371
1372
#[abi = "cdecl"]
0 commit comments