glob_t should be public on all platforms
This commit is contained in:
parent
685baed34e
commit
ed81e3353e
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue