diff options
Diffstat (limited to 'src/libstd/linux_os.rs')
| -rw-r--r-- | src/libstd/linux_os.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/linux_os.rs b/src/libstd/linux_os.rs index 05722333df8..0231add3cd4 100644 --- a/src/libstd/linux_os.rs +++ b/src/libstd/linux_os.rs @@ -20,6 +20,7 @@ export target_os; export dylib_filename; export get_exe_path; export fsync_fd; +export rustrt; // FIXME Somehow merge stuff duplicated here and macosx_os.rs. Made difficult // by https://github.com/graydon/rust/issues#issue/268 @@ -112,6 +113,7 @@ fn waitpid(pid: pid_t) -> i32 { #[abi = "cdecl"] native mod rustrt { + fn rust_env_pairs() -> [str]; fn rust_getcwd() -> str; } |
