Update libroot stubs.

This commit is contained in:
Jérôme Duval
2019-03-08 23:12:05 +01:00
parent ba56d0a513
commit 9ba45ef924
2 changed files with 27 additions and 4 deletions
+13 -4
View File
@@ -290,6 +290,8 @@ void _Z18HMAC_SHA256_UpdateP15HMAC_SHA256_CTXPKvm() {}
void _Z18crypto_scrypt_smixPhmmPvS0_() {} void _Z18crypto_scrypt_smixPhmmPvS0_() {}
void _Z22internal_path_for_pathPcmPKcS1_19path_base_directoryS1_jS_m() {} void _Z22internal_path_for_pathPcmPKcS1_19path_base_directoryS1_jS_m() {}
void _Z26get_driver_settings_stringPvPcPlb() {} void _Z26get_driver_settings_stringPvPcPlb() {}
void _Z36posix_spawn_file_actions_addchdir_npPP25_posix_spawn_file_actionsPKc() {}
void _Z37posix_spawn_file_actions_addfchdir_npPP25_posix_spawn_file_actionsi() {}
void _Z5exectPKcPKPc() {} void _Z5exectPKcPKPc() {}
void _Z6fcryptPKcS0_() {} void _Z6fcryptPKcS0_() {}
void _ZGTtNKSt13bad_exception4whatEv() {} void _ZGTtNKSt13bad_exception4whatEv() {}
@@ -536,11 +538,8 @@ void _ZSt14get_unexpectedv() {}
void _ZSt14set_unexpectedPFvvE() {} void _ZSt14set_unexpectedPFvvE() {}
void _ZSt15get_new_handlerv() {} void _ZSt15get_new_handlerv() {}
void _ZSt15set_new_handlerPFvvE() {} void _ZSt15set_new_handlerPFvvE() {}
void _ZSt16__insertion_sortIPN17EnvironmentFilter5EntryEN9__gnu_cxx5__ops15_Iter_less_iterEEvT_S6_T0_() {}
void _ZSt16__introsort_loopIPN17EnvironmentFilter5EntryElN9__gnu_cxx5__ops15_Iter_less_iterEEvT_S6_T0_T1_() {}
void _ZSt18uncaught_exceptionv() {} void _ZSt18uncaught_exceptionv() {}
void _ZSt19uncaught_exceptionsv() {} void _ZSt19uncaught_exceptionsv() {}
void _ZSt25__unguarded_linear_insertIPN17EnvironmentFilter5EntryEN9__gnu_cxx5__ops14_Val_less_iterEEvT_T0_() {}
void _ZSt7nothrow() {} void _ZSt7nothrow() {}
void _ZSt9terminatev() {} void _ZSt9terminatev() {}
void _ZTIN10__cxxabiv115__forced_unwindE() {} void _ZTIN10__cxxabiv115__forced_unwindE() {}
@@ -782,6 +781,7 @@ void __exp_atable() {}
void __exp_deltatable() {} void __exp_deltatable() {}
void __expf() {} void __expf() {}
void __expl() {} void __expl() {}
void __expl_finite() {}
void __expm1() {} void __expm1() {}
void __expm1f() {} void __expm1f() {}
void __expm1l() {} void __expm1l() {}
@@ -880,8 +880,8 @@ void __heap_after_fork_child() {}
void __heap_after_fork_parent() {} void __heap_after_fork_parent() {}
void __heap_before_fork() {} void __heap_before_fork() {}
void __heap_terminate_after() {} void __heap_terminate_after() {}
void __heap_thread_init() {}
void __heap_thread_exit() {} void __heap_thread_exit() {}
void __heap_thread_init() {}
void __hypot() {} void __hypot() {}
void __hypotf() {} void __hypotf() {}
void __hypotl() {} void __hypotl() {}
@@ -1133,8 +1133,10 @@ void __pselect_beos() {}
void __pthread_cleanup_pop_handler() {} void __pthread_cleanup_pop_handler() {}
void __pthread_cleanup_push_handler() {} void __pthread_cleanup_push_handler() {}
void __pthread_destroy_thread() {} void __pthread_destroy_thread() {}
void __pthread_getattr_np() {}
void __pthread_init_creation_attributes() {} void __pthread_init_creation_attributes() {}
void __pthread_key_call_destructors() {} void __pthread_key_call_destructors() {}
void __pthread_set_default_priority() {}
void __pthread_sigmask() {} void __pthread_sigmask() {}
void __pthread_sigmask_beos() {} void __pthread_sigmask_beos() {}
void __random_r() {} void __random_r() {}
@@ -2167,6 +2169,7 @@ void getpgid() {}
void getpgrp() {} void getpgrp() {}
void getpid() {} void getpid() {}
void getppid() {} void getppid() {}
void getpriority() {}
void getpwent() {} void getpwent() {}
void getpwent_r() {} void getpwent_r() {}
void getpwnam() {} void getpwnam() {}
@@ -2394,6 +2397,7 @@ void nexttoward() {}
void nexttowardf() {} void nexttowardf() {}
void nexttowardl() {} void nexttowardl() {}
void nftw() {} void nftw() {}
void nice() {}
void nl_langinfo() {} void nl_langinfo() {}
void nrand48() {} void nrand48() {}
void nrand48_r() {} void nrand48_r() {}
@@ -2454,16 +2458,19 @@ void psiginfo() {}
void psignal() {} void psignal() {}
void pthread_atfork() {} void pthread_atfork() {}
void pthread_attr_destroy() {} void pthread_attr_destroy() {}
void pthread_attr_get_np() {}
void pthread_attr_getdetachstate() {} void pthread_attr_getdetachstate() {}
void pthread_attr_getguardsize() {} void pthread_attr_getguardsize() {}
void pthread_attr_getschedparam() {} void pthread_attr_getschedparam() {}
void pthread_attr_getscope() {} void pthread_attr_getscope() {}
void pthread_attr_getstack() {}
void pthread_attr_getstacksize() {} void pthread_attr_getstacksize() {}
void pthread_attr_init() {} void pthread_attr_init() {}
void pthread_attr_setdetachstate() {} void pthread_attr_setdetachstate() {}
void pthread_attr_setguardsize() {} void pthread_attr_setguardsize() {}
void pthread_attr_setschedparam() {} void pthread_attr_setschedparam() {}
void pthread_attr_setscope() {} void pthread_attr_setscope() {}
void pthread_attr_setstack() {}
void pthread_attr_setstacksize() {} void pthread_attr_setstacksize() {}
void pthread_barrier_destroy() {} void pthread_barrier_destroy() {}
void pthread_barrier_init() {} void pthread_barrier_init() {}
@@ -2489,6 +2496,7 @@ void pthread_create() {}
void pthread_detach() {} void pthread_detach() {}
void pthread_equal() {} void pthread_equal() {}
void pthread_exit() {} void pthread_exit() {}
void pthread_getattr_np() {}
void pthread_getconcurrency() {} void pthread_getconcurrency() {}
void pthread_getschedparam() {} void pthread_getschedparam() {}
void pthread_getspecific() {} void pthread_getspecific() {}
@@ -2681,6 +2689,7 @@ void setlogmask_team() {}
void setlogmask_thread() {} void setlogmask_thread() {}
void setpgid() {} void setpgid() {}
void setpgrp() {} void setpgrp() {}
void setpriority() {}
void setpwent() {} void setpwent() {}
void setregid() {} void setregid() {}
void setreuid() {} void setreuid() {}
@@ -704,6 +704,8 @@ void __heap_after_fork_child() {}
void __heap_after_fork_parent() {} void __heap_after_fork_parent() {}
void __heap_before_fork() {} void __heap_before_fork() {}
void __heap_terminate_after() {} void __heap_terminate_after() {}
void __heap_thread_exit() {}
void __heap_thread_init() {}
void __hypot() {} void __hypot() {}
void __hypotf() {} void __hypotf() {}
void __hypotl() {} void __hypotl() {}
@@ -944,8 +946,10 @@ void __pselect_beos() {}
void __pthread_cleanup_pop_handler() {} void __pthread_cleanup_pop_handler() {}
void __pthread_cleanup_push_handler() {} void __pthread_cleanup_push_handler() {}
void __pthread_destroy_thread() {} void __pthread_destroy_thread() {}
void __pthread_getattr_np() {}
void __pthread_init_creation_attributes() {} void __pthread_init_creation_attributes() {}
void __pthread_key_call_destructors() {} void __pthread_key_call_destructors() {}
void __pthread_set_default_priority() {}
void __pthread_sigmask() {} void __pthread_sigmask() {}
void __pthread_sigmask_beos() {} void __pthread_sigmask_beos() {}
void __pure_virtual() {} void __pure_virtual() {}
@@ -2078,6 +2082,7 @@ void getpgid() {}
void getpgrp() {} void getpgrp() {}
void getpid() {} void getpid() {}
void getppid() {} void getppid() {}
void getpriority() {}
void getpwent() {} void getpwent() {}
void getpwent_r() {} void getpwent_r() {}
void getpwnam() {} void getpwnam() {}
@@ -2283,6 +2288,7 @@ void mkfifoat() {}
void mknod() {} void mknod() {}
void mknodat() {} void mknodat() {}
void mkstemp() {} void mkstemp() {}
void mkstemps() {}
void mktemp() {} void mktemp() {}
void mktime() {} void mktime() {}
void mmap() {} void mmap() {}
@@ -2317,6 +2323,7 @@ void nexttoward() {}
void nexttowardf() {} void nexttowardf() {}
void nexttowardl() {} void nexttowardl() {}
void nftw() {} void nftw() {}
void nice() {}
void nl_langinfo() {} void nl_langinfo() {}
void nothrow() {} void nothrow() {}
void nrand48() {} void nrand48() {}
@@ -2351,8 +2358,10 @@ void posix_madvise() {}
void posix_memalign() {} void posix_memalign() {}
void posix_openpt() {} void posix_openpt() {}
void posix_spawn() {} void posix_spawn() {}
void posix_spawn_file_actions_addchdir_np__FPP25_posix_spawn_file_actionsPCc() {}
void posix_spawn_file_actions_addclose() {} void posix_spawn_file_actions_addclose() {}
void posix_spawn_file_actions_adddup2() {} void posix_spawn_file_actions_adddup2() {}
void posix_spawn_file_actions_addfchdir_np__FPP25_posix_spawn_file_actionsi() {}
void posix_spawn_file_actions_addopen() {} void posix_spawn_file_actions_addopen() {}
void posix_spawn_file_actions_destroy() {} void posix_spawn_file_actions_destroy() {}
void posix_spawn_file_actions_init() {} void posix_spawn_file_actions_init() {}
@@ -2381,16 +2390,19 @@ void psiginfo() {}
void psignal() {} void psignal() {}
void pthread_atfork() {} void pthread_atfork() {}
void pthread_attr_destroy() {} void pthread_attr_destroy() {}
void pthread_attr_get_np() {}
void pthread_attr_getdetachstate() {} void pthread_attr_getdetachstate() {}
void pthread_attr_getguardsize() {} void pthread_attr_getguardsize() {}
void pthread_attr_getschedparam() {} void pthread_attr_getschedparam() {}
void pthread_attr_getscope() {} void pthread_attr_getscope() {}
void pthread_attr_getstack() {}
void pthread_attr_getstacksize() {} void pthread_attr_getstacksize() {}
void pthread_attr_init() {} void pthread_attr_init() {}
void pthread_attr_setdetachstate() {} void pthread_attr_setdetachstate() {}
void pthread_attr_setguardsize() {} void pthread_attr_setguardsize() {}
void pthread_attr_setschedparam() {} void pthread_attr_setschedparam() {}
void pthread_attr_setscope() {} void pthread_attr_setscope() {}
void pthread_attr_setstack() {}
void pthread_attr_setstacksize() {} void pthread_attr_setstacksize() {}
void pthread_barrier_destroy() {} void pthread_barrier_destroy() {}
void pthread_barrier_init() {} void pthread_barrier_init() {}
@@ -2416,6 +2428,7 @@ void pthread_create() {}
void pthread_detach() {} void pthread_detach() {}
void pthread_equal() {} void pthread_equal() {}
void pthread_exit() {} void pthread_exit() {}
void pthread_getattr_np() {}
void pthread_getconcurrency() {} void pthread_getconcurrency() {}
void pthread_getschedparam() {} void pthread_getschedparam() {}
void pthread_getspecific() {} void pthread_getspecific() {}
@@ -2618,6 +2631,7 @@ void setlogmask_team() {}
void setlogmask_thread() {} void setlogmask_thread() {}
void setpgid() {} void setpgid() {}
void setpgrp() {} void setpgrp() {}
void setpriority() {}
void setpwent() {} void setpwent() {}
void setregid() {} void setregid() {}
void setreuid() {} void setreuid() {}