Skip to content

Commit 69afc3a

Browse files
committed
suseconds_t is a long (i64 or i32 depending arch)
1 parent 94848c1 commit 69afc3a

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/openbsdlike/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub type clock_t = i64;
2-
pub type suseconds_t = i64;
2+
pub type suseconds_t = ::c_long;
33
pub type dev_t = i32;
44
pub type sigset_t = ::c_uint;
55
pub type blksize_t = ::int32_t;

0 commit comments

Comments
 (0)