Add manual definition for stat
This commit is contained in:
parent
c47eb77001
commit
5c2d700d51
|
|
@ -10,6 +10,10 @@ extern crate glib_sys as glib;
|
|||
extern crate gobject_sys as gobject;
|
||||
extern crate gio_sys as gio;
|
||||
|
||||
mod manual;
|
||||
|
||||
pub use manual::*;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{c_int, c_char, c_uchar, c_float, c_uint, c_double,
|
||||
c_short, c_ushort, c_long, c_ulong,
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
pub use libc::stat as stat;
|
||||
Loading…
Reference in New Issue