aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/alpha/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-11 21:01:13 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-11 21:01:13 +0000
commitd6c5fe3a25c83d24db725fb62cba974f271e792f (patch)
tree5b89264fe45f8bfef80f7a280c536edf0ce2ef11 /sysdeps/unix/sysv/linux/alpha/Makefile
parent3088979fea147f08023c46ea7542b831d0a7d2f7 (diff)
downloadglibc-d6c5fe3a25c83d24db725fb62cba974f271e792f.tar
glibc-d6c5fe3a25c83d24db725fb62cba974f271e792f.tar.gz
glibc-d6c5fe3a25c83d24db725fb62cba974f271e792f.tar.bz2
glibc-d6c5fe3a25c83d24db725fb62cba974f271e792f.zip
Update.
2000-02-08 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/msgctl.c: New file. * sysdeps/unix/sysv/linux/alpha/semctl.c: New file. * sysdeps/unix/sysv/linux/alpha/shmctl.c: New file. * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl, semctl, shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols. * sysdeps/unix/sysv/linux/alpha/Makefile: Add oldmsgctl, oldsemctl and oldshmctl to sysdep-routines.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile
index 3265e0fa1e..0f08d13f69 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