Add missing libroot stub on x86 (different from x86_64).

This commit is contained in:
Jérôme Duval 2018-01-29 17:47:41 +01:00
parent c676a5c19e
commit 857d600ae1
1 changed files with 1 additions and 0 deletions

View File

@ -1244,6 +1244,7 @@ void __tgammal() {}
void __times() {}
void __times_beos() {}
void __tls_get_addr() {}
void ___tls_get_addr() {}
void __trunc() {}
void __truncf() {}
void __truncl() {}