From: Thomas Cort Date: Fri, 15 Jul 2011 18:51:11 +0000 (+0000) Subject: compat.S: add shmctl(2) X-Git-Tag: v3.2.0~454 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-checkds.html?a=commitdiff_plain;h=76356eed974d264f8255b1d1dc59543f36867873;p=minix.git compat.S: add shmctl(2) --- diff --git a/lib/nbsd_libc/sys-minix/compat.S b/lib/nbsd_libc/sys-minix/compat.S index 6fc11e326..8f69849dc 100644 --- a/lib/nbsd_libc/sys-minix/compat.S +++ b/lib/nbsd_libc/sys-minix/compat.S @@ -59,6 +59,7 @@ MY_ALIAS(dbm_store, __dbm_store13) MY_ALIAS(setjmp, __setjmp14) MY_ALIAS(longjmp, __longjmp14) MY_ALIAS(setlocale, __setlocale50) +MY_ALIAS(shmctl, __shmctl50) MY_ALIAS(sigsetjmp, __sigsetjmp14) MY_ALIAS(siglongjmp, __siglongjmp14) MY_ALIAS(sigaction, __sigaction14)