Skip to content

Commit e7fee35

Browse files
doygraydon
authored andcommitted
---
yaml --- r: 59855 b: refs/heads/master c: ed81e33 h: refs/heads/master i: 59853: 53d42e5 59851: 04edbc2 59847: 67b16ca 59839: b9abc2b v: v3
1 parent 31da768 commit e7fee35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 685baed34ed2d5a94675bb5773c9f968ea133533
2+
refs/heads/master: ed81e3353ea8d92b61669dc8d8692d5e9b01a8f4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

trunk/src/libcore/libc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ pub mod types {
387387
pub mod posix01 {
388388
use libc::types::common::c95::{c_void};
389389
use libc::types::os::arch::c95::{c_char, c_int, size_t};
390-
struct glob_t {
390+
pub struct glob_t {
391391
gl_pathc: size_t,
392392
__unused1: size_t,
393393
gl_offs: size_t,
@@ -606,7 +606,7 @@ pub mod types {
606606
pub mod posix01 {
607607
use libc::types::common::c95::{c_void};
608608
use libc::types::os::arch::c95::{c_char, c_int, size_t};
609-
struct glob_t {
609+
pub struct glob_t {
610610
gl_pathc: size_t,
611611
__unused1: c_int,
612612
gl_offs: size_t,

0 commit comments

Comments
 (0)