Skip to content

Commit b7ee745

Browse files
Hoverbeartgross35
authored andcommitted
Fix QNX build error
1 parent ec1e1e5 commit b7ee745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unix/nto/neutrino.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,13 +1245,13 @@ extern "C" {
12451245
__id: crate::clockid_t,
12461246
_new: *const crate::_clockperiod,
12471247
__old: *mut crate::_clockperiod,
1248-
__reserved: Padding<c_int>,
1248+
__reserved: c_int,
12491249
) -> c_int;
12501250
pub fn ClockPeriod_r(
12511251
__id: crate::clockid_t,
12521252
_new: *const crate::_clockperiod,
12531253
__old: *mut crate::_clockperiod,
1254-
__reserved: Padding<c_int>,
1254+
__reserved: c_int,
12551255
) -> c_int;
12561256
pub fn ClockId(__pid: crate::pid_t, __tid: c_int) -> c_int;
12571257
pub fn ClockId_r(__pid: crate::pid_t, __tid: c_int) -> c_int;

0 commit comments

Comments
 (0)