From e1b4ab28aebe864cc5f5de04f22950755c413481 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 11 Feb 2000 21:01:03 +0000 Subject: [PATCH] Add oldmsgctl, oldsemctl. --- sysdeps/unix/sysv/linux/alpha/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4