Skip to content

Commit cea7aea

Browse files
author
Dave Huseby
committed
oops, fixing incorrect _SC_ATEXIT_MAX value
1 parent 0e69e64 commit cea7aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)