Skip to content

Commit 620c364

Browse files
committed
---
yaml --- r: 30975 b: refs/heads/incoming c: a1ab0cd h: refs/heads/master i: 30973: a99bd53 30971: a265a0d 30967: 91246cc 30959: 7910ef5 30943: f6c3c25 30911: 66f7a32 30847: c81feb6 30719: 6c92920 v: v3
1 parent b854a9a commit 620c364

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
9-
refs/heads/incoming: 365f17483800a9c688bc8606959a9121b8e855a6
9+
refs/heads/incoming: a1ab0cd6a836a762632ebb67027d5fd9f349681d
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/src/libcore/libc.rs

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,30 @@ pub use types::os::arch::posix08::*;
5858
pub use types::os::arch::bsd44::*;
5959
pub use types::os::arch::extra::*;
6060

61-
use consts::os::c95::*;
62-
use consts::os::c99::*;
63-
use consts::os::posix88::*;
64-
use consts::os::posix01::*;
65-
use consts::os::posix08::*;
66-
use consts::os::bsd44::*;
67-
use consts::os::extra::*;
68-
69-
use funcs::c95::ctype::*;
70-
use funcs::c95::stdio::*;
71-
use funcs::c95::stdlib::*;
72-
use funcs::c95::string::*;
73-
74-
use funcs::posix88::stat::*;
75-
use funcs::posix88::stdio::*;
76-
use funcs::posix88::fcntl::*;
77-
use funcs::posix88::dirent::*;
78-
use funcs::posix88::unistd::*;
79-
80-
use funcs::posix01::unistd::*;
81-
use funcs::posix08::unistd::*;
82-
83-
use funcs::bsd44::*;
84-
use funcs::extra::*;
61+
pub use consts::os::c95::*;
62+
pub use consts::os::c99::*;
63+
pub use consts::os::posix88::*;
64+
pub use consts::os::posix01::*;
65+
pub use consts::os::posix08::*;
66+
pub use consts::os::bsd44::*;
67+
pub use consts::os::extra::*;
68+
69+
pub use funcs::c95::ctype::*;
70+
pub use funcs::c95::stdio::*;
71+
pub use funcs::c95::stdlib::*;
72+
pub use funcs::c95::string::*;
73+
74+
pub use funcs::posix88::stat::*;
75+
pub use funcs::posix88::stdio::*;
76+
pub use funcs::posix88::fcntl::*;
77+
pub use funcs::posix88::dirent::*;
78+
pub use funcs::posix88::unistd::*;
79+
80+
pub use funcs::posix01::unistd::*;
81+
pub use funcs::posix08::unistd::*;
82+
83+
pub use funcs::bsd44::*;
84+
pub use funcs::extra::*;
8585

8686
// Explicit export lists for the intersection (provided here) mean that
8787
// you can write more-platform-agnostic code if you stick to just these

0 commit comments

Comments
 (0)