mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +00:00
d6c5fe3a25
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.
26 lines
697 B
Makefile
26 lines
697 B
Makefile
ifeq ($(subdir),posix)
|
|
sysdep_routines += oldglob
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
|
|
|
|
sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
|
|
sethae ioperm osf_sigprocmask llseek adjtimex
|
|
|
|
# Support old timeval32 entry points
|
|
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
|
|
|
|
ifeq ($(subdir),signal)
|
|
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
|
endif
|