* sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
[glibc.git] / sysdeps / unix / sysv / linux / alpha / Makefile
blob62536ae1ae7be9a0260b331e135596930f378fe9
1 ifeq ($(subdir),posix)
2 sysdep_routines += oldglob
3 endif
5 ifeq ($(subdir),misc)
6 sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
8 sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
9 ioperm osf_sigprocmask llseek adjtimex
11 # Support old timeval32 entry points
12 sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \
13 osf_getitimer osf_setitimer osf_utimes \
14 osf_getrusage osf_wait4 old_adjtimex
16 # Support old ipc control
17 sysdep_routines += oldmsgctl oldsemctl oldshmctl
19 CFLAGS-ioperm.c = -Wa,-mev6
20 endif
22 ifeq ($(subdir),signal)
23 sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
24 rt_sigqueueinfo rt_sigaction rt_sigpending
25 endif