File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: b8899138f88e50841829c471b2705f2e796b9a1f
4
+ refs/heads/snap-stage3: efb5f8734aec0e6e7325b32425716587f59203a3
5
5
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -1204,9 +1204,11 @@ pub fn read_whole_file(file: &Path) -> Result<~[u8], ~str> {
1204
1204
// fsync related
1205
1205
1206
1206
pub mod fsync {
1207
- use prelude:: * ;
1208
1207
use io:: { FILERes , FdRes , fd_t} ;
1208
+ use kinds:: Copy ;
1209
1209
use libc;
1210
+ use ops:: Drop ;
1211
+ use option:: { None , Option , Some } ;
1210
1212
use os;
1211
1213
1212
1214
pub enum Level {
Original file line number Diff line number Diff line change @@ -230,8 +230,6 @@ pub mod types {
230
230
pub type uintptr_t = uint ;
231
231
}
232
232
pub mod posix88 {
233
- use prelude:: * ;
234
-
235
233
pub type off_t = i32 ;
236
234
pub type dev_t = u64 ;
237
235
pub type ino_t = u32 ;
You can’t perform that action at this time.
0 commit comments