]> Zhao Yanbai Git Server - minix.git/commitdiff
compat.S: add setlocale(3)
authorThomas Cort <tcort@minix3.org>
Wed, 13 Jul 2011 18:12:19 +0000 (18:12 +0000)
committerBen Gras <ben@minix3.org>
Wed, 13 Jul 2011 19:38:05 +0000 (21:38 +0200)
lib/nbsd_libc/sys-minix/compat.S

index b1f7ba51cbbf3d52ad3d60a79903225d8b76882d..6fc11e326c2fa33aa56306f1276df8298b91c0b3 100644 (file)
@@ -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)