File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
branches/tmp/src/libstd/sys Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
32
32
refs/heads/beta: e99b1404e9b3f60dc496a8eb0a6ce9fecc7ac583
33
33
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
34
34
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35
- refs/heads/tmp: 6eed1662af4b72a829b65d7227bdcbdff1220be9
35
+ refs/heads/tmp: 8c0aa6d64ebab528f7eb182812007155d6044972
36
36
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
37
37
refs/tags/homu-tmp: d8a9570154dfbc4032cb3a6ba8b51c6256518dcd
38
38
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pub mod raw;
41
41
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
42
42
pub mod prelude {
43
43
#[ doc( no_inline) ]
44
- pub use super :: io:: { RawFd , AsRawFd } ;
44
+ pub use super :: io:: { RawFd , AsRawFd , FromRawFd } ;
45
45
#[ doc( no_inline) ] #[ stable( feature = "rust1" , since = "1.0.0" ) ]
46
46
pub use super :: ffi:: { OsStrExt , OsStringExt } ;
47
47
#[ doc( no_inline) ]
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ pub mod process;
29
29
pub mod prelude {
30
30
#[ doc( no_inline) ]
31
31
pub use super :: io:: { RawSocket , RawHandle , AsRawSocket , AsRawHandle } ;
32
+ #[ doc( no_inline) ]
33
+ pub use super :: io:: { FromRawSocket , FromRawHandle } ;
32
34
#[ doc( no_inline) ] #[ stable( feature = "rust1" , since = "1.0.0" ) ]
33
35
pub use super :: ffi:: { OsStrExt , OsStringExt } ;
34
36
#[ doc( no_inline) ]
You can’t perform that action at this time.
0 commit comments