Skip to content
Snippets Groups Projects
Unverified Commit 4984947e authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Remove the re-definition of `timespec`

parent b9986d9d
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,6 @@ s! {
__size: [::c_ulong; 7],
}
pub struct timespec {
pub tv_sec: ::time_t,
pub tv_nsec: ::c_long,
}
pub struct stat {
pub st_dev: ::dev_t,
pub st_ino: ::ino_t,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment