Update.
[glibc.git] / sysdeps / unix / sysv / linux / alpha / Makefile
blobb62a871506e73a7abf156d77006e5dffbab16bb3
1 ifeq ($(subdir),posix)
2 sysdep_routines += oldglob
3 endif
5 ifeq ($(subdir),misc)
6 sysdep_headers += alpha/ptrace.h alpha/regdef.h
8 sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
9 sethae 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 CFLAGS-ioperm.c = -Wa,-mev6
17 endif
19 ifeq ($(subdir),signal)
20 sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
21 rt_sigqueueinfo rt_sigaction rt_sigpending
22 endif