Skip to content

Commit 7b82dbc

Browse files
author
Dave Huseby
committed
---
yaml --- r: 184835 b: refs/heads/snap-stage3 c: cea7aea h: refs/heads/master i: 184833: ea645c3 184831: eaa14c6 v: v3
1 parent af71e05 commit 7b82dbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: f0f7ca27de6b4e03f30012656dad270cda55a363
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0e69e64dda0db5e732242ed49c090c73b0386107
4+
refs/heads/snap-stage3: cea7aead33606dd5566ff72e917b28310778ac29
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/liblibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4149,7 +4149,7 @@ pub mod consts {
41494149
pub const _SC_THREAD_THREADS_MAX : c_int = 90;
41504150
pub const _SC_THREADS : c_int = 91;
41514151
pub const _SC_TTY_NAME_MAX : c_int = 107;
4152-
pub const _SC_ATEXIT_MAX : c_int = 146;
4152+
pub const _SC_ATEXIT_MAX : c_int = 46;
41534153
pub const _SC_XOPEN_CRYPT : c_int = 117;
41544154
pub const _SC_XOPEN_ENH_I18N : c_int = 118;
41554155
pub const _SC_XOPEN_LEGACY : c_int = 119;

0 commit comments

Comments
 (0)