Skip to content

Commit

Permalink
glob_t should be public on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
doy authored and graydon committed May 1, 2013
1 parent 685baed commit ed81e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/libc.rs
Expand Up @@ -387,7 +387,7 @@ pub mod types {
pub mod posix01 {
use libc::types::common::c95::{c_void};
use libc::types::os::arch::c95::{c_char, c_int, size_t};
struct glob_t {
pub struct glob_t {
gl_pathc: size_t,
__unused1: size_t,
gl_offs: size_t,
Expand Down Expand Up @@ -606,7 +606,7 @@ pub mod types {
pub mod posix01 {
use libc::types::common::c95::{c_void};
use libc::types::os::arch::c95::{c_char, c_int, size_t};
struct glob_t {
pub struct glob_t {
gl_pathc: size_t,
__unused1: c_int,
gl_offs: size_t,
Expand Down

8 comments on commit ed81e33

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at graydon@ed81e33

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging graydon/rust/glob-retry = ed81e33 into auto

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

graydon/rust/glob-retry = ed81e33 merged ok, testing candidate = 5eb32be8

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at graydon@ed81e33

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging graydon/rust/glob-retry = ed81e33 into auto

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

graydon/rust/glob-retry = ed81e33 merged ok, testing candidate = 9411547

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on ed81e33 May 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 9411547

Please sign in to comment.