]> git.lizzy.rs Git - rust.git/commitdiff
oops, fixing incorrect _SC_ATEXIT_MAX value
authorDave Huseby <dhuseby@mozilla.com>
Sat, 7 Feb 2015 05:52:07 +0000 (21:52 -0800)
committerDave Huseby <dhuseby@mozilla.com>
Wed, 11 Feb 2015 22:49:12 +0000 (14:49 -0800)
src/liblibc/lib.rs

index 25530666f71e73e0f437f78e470d959ada54fb14..cce585911f831dadcddf88d2b52716e547d701f6 100644 (file)
@@ -4149,7 +4149,7 @@ pub mod posix01 {
             pub const _SC_THREAD_THREADS_MAX : c_int = 90;
             pub const _SC_THREADS : c_int = 91;
             pub const _SC_TTY_NAME_MAX : c_int = 107;
-            pub const _SC_ATEXIT_MAX : c_int = 146;
+            pub const _SC_ATEXIT_MAX : c_int = 46;
             pub const _SC_XOPEN_CRYPT : c_int = 117;
             pub const _SC_XOPEN_ENH_I18N : c_int = 118;
             pub const _SC_XOPEN_LEGACY : c_int = 119;