File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/auto/src/libcore Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 685baed34ed2d5a94675bb5773c9f968ea133533
17
+ refs/heads/auto: ed81e3353ea8d92b61669dc8d8692d5e9b01a8f4
18
18
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
19
19
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ pub mod types {
387
387
pub mod posix01 {
388
388
use libc:: types:: common:: c95:: { c_void} ;
389
389
use libc:: types:: os:: arch:: c95:: { c_char, c_int, size_t} ;
390
- struct glob_t {
390
+ pub struct glob_t {
391
391
gl_pathc : size_t ,
392
392
__unused1 : size_t ,
393
393
gl_offs : size_t ,
@@ -606,7 +606,7 @@ pub mod types {
606
606
pub mod posix01 {
607
607
use libc:: types:: common:: c95:: { c_void} ;
608
608
use libc:: types:: os:: arch:: c95:: { c_char, c_int, size_t} ;
609
- struct glob_t {
609
+ pub struct glob_t {
610
610
gl_pathc : size_t ,
611
611
__unused1 : c_int ,
612
612
gl_offs : size_t ,
You can’t perform that action at this time.
0 commit comments