compat.S: add shmctl(2)

This commit is contained in:
Thomas Cort 2011-07-15 18:51:11 +00:00 committed by Ben Gras
parent 85f6d866e6
commit 76356eed97

View file

@ -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)