From: Ulrich Drepper Date: Fri, 11 Feb 2000 21:01:03 +0000 (+0000) Subject: Add oldmsgctl, oldsemctl. X-Git-Tag: upstream/2.30~10627^2~2666 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1b4ab28aebe864cc5f5de04f22950755c413481;p=external%2Fglibc.git Add oldmsgctl, oldsemctl. --- diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index 3265e0f..0f08d13 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -13,6 +13,9 @@ sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \ osf_getitimer osf_setitimer osf_utimes \ osf_getrusage osf_wait4 old_adjtimex +# Support old ipc control +sysdep_routines += oldmsgctl oldsemctl oldshmctl + CFLAGS-ioperm.c = -Wa,-mev6 endif