File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ dist: xenial
5
5
services : docker
6
6
7
7
stages :
8
+ - semver-test
8
9
- tools-and-build-and-tier1
9
10
- tier2
10
11
@@ -18,6 +19,7 @@ matrix:
18
19
--git https://github.com/gnzlbg/rust-semverver \
19
20
--branch fix_exit_code
20
21
script : cargo +nightly semver --api-guidelines --target="${TARGET}"
22
+ stage : semver-test
21
23
- name : " Documentation"
22
24
env : TARGET=x86_64-unknown-linux-gnu
23
25
script : sh ci/dox.sh
Original file line number Diff line number Diff line change @@ -1088,7 +1088,7 @@ extern {
1088
1088
pub fn tcsetattr ( fd : :: c_int ,
1089
1089
optional_actions : :: c_int ,
1090
1090
termios : * const :: termios ) -> :: c_int ;
1091
- pub fn tcflow ( fd : :: c_int , action : :: c_int ) -> :: c_int ;
1091
+ pub fn tcflow ( fd : :: c_uint , action : :: c_int ) -> :: c_int ;
1092
1092
pub fn tcflush ( fd : :: c_int , action : :: c_int ) -> :: c_int ;
1093
1093
pub fn tcgetsid ( fd : :: c_int ) -> :: pid_t ;
1094
1094
pub fn tcsendbreak ( fd : :: c_int , duration : :: c_int ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments