compat.S: add setlocale(3)
This commit is contained in:
parent
ebffaa4250
commit
42c2ae9786
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ MY_ALIAS(dbm_nextkey, __dbm_nextkey13)
|
|||
MY_ALIAS(dbm_store, __dbm_store13)
|
||||
MY_ALIAS(setjmp, __setjmp14)
|
||||
MY_ALIAS(longjmp, __longjmp14)
|
||||
MY_ALIAS(setlocale, __setlocale50)
|
||||
MY_ALIAS(sigsetjmp, __sigsetjmp14)
|
||||
MY_ALIAS(siglongjmp, __siglongjmp14)
|
||||
MY_ALIAS(sigaction, __sigaction14)
|
||||
|
|
Loading…
Reference in a new issue