Skip to content

Commit

Permalink
core: change import of exchange_alloc for win32 os::_list_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
olsonjeffery authored and brson committed Mar 11, 2013
1 parent a69a2ac commit 25c3c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ pub fn list_dir(p: &Path) -> ~[~str] {
use os::win32::{
as_utf16_p
};
use private::exchange_alloc::{malloc_raw, free_raw};
use unstable::exchange_alloc::{malloc_raw, free_raw};
#[nolink]
extern mod rustrt {
unsafe fn rust_list_dir_wfd_size() -> libc::size_t;
Expand Down

0 comments on commit 25c3c36

Please sign in to comment.