From: Thomas Cort Date: Wed, 13 Jul 2011 18:12:19 +0000 (+0000) Subject: compat.S: add setlocale(3) X-Git-Tag: v3.2.0~463 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-importkey.html?a=commitdiff_plain;h=42c2ae9786fc48e764873e58227b249c307d0178;p=minix.git compat.S: add setlocale(3) --- diff --git a/lib/nbsd_libc/sys-minix/compat.S b/lib/nbsd_libc/sys-minix/compat.S index b1f7ba51c..6fc11e326 100644 --- a/lib/nbsd_libc/sys-minix/compat.S +++ b/lib/nbsd_libc/sys-minix/compat.S @@ -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)