File tree 2 files changed +4
-5
lines changed
ci/docker/aarch64-unknown-linux-gnu
src/unix/notbsd/linux/other/b64
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:14 .04
1
+ FROM ubuntu:16 .04
2
2
RUN apt-get update
3
3
RUN apt-get install -y --no-install-recommends \
4
4
gcc libc6-dev ca-certificates \
Original file line number Diff line number Diff line change 60
60
pub gid: :: gid_t,
61
61
pub cuid: :: uid_t,
62
62
pub cgid: :: gid_t,
63
- pub mode: :: c_ushort,
64
- __pad1: :: c_ushort,
63
+ pub mode: :: c_uint,
65
64
pub __seq: :: c_ushort,
66
- __pad2 : :: c_ushort,
65
+ __pad1 : :: c_ushort,
67
66
__unused1: :: c_ulong,
68
67
__unused2: :: c_ulong
69
68
}
@@ -110,7 +109,7 @@ pub const SYS_perf_event_open: ::c_long = 241;
110
109
pub const MCL_CURRENT : :: c_int = 0x0001 ;
111
110
pub const MCL_FUTURE : :: c_int = 0x0002 ;
112
111
113
- pub const SIGSTKSZ : :: size_t = 8192 ;
112
+ pub const SIGSTKSZ : :: size_t = 16384 ;
114
113
pub const CBAUD : :: tcflag_t = 0o0010017 ;
115
114
pub const TAB1 : :: c_int = 0x00000800 ;
116
115
pub const TAB2 : :: c_int = 0x00001000 ;
You can’t perform that action at this time.
0 commit comments