Also make x86 sync_file_range a cancellation point.
[glibc.git] / sysdeps / unix / sysv / linux / i386 / Makefile
blobfc5a524ebf289290a73dc8b573dd4a66928f6d7e
1 ifeq ($(subdir),misc)
2 sysdep_routines += ioperm iopl vm86 call_pselect6 call_fallocate
3 sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h
4 endif
6 ifeq ($(subdir),elf)
7 sysdep-others += lddlibc4
8 install-bin += lddlibc4
9 endif
11 ifeq ($(subdir),io)
12 sysdep_routines += call_sync_file_range
13 endif
15 ifeq ($(subdir),resource)
16 sysdep_routines += oldgetrlimit64
17 endif
19 ifeq ($(subdir),stdlib)
20 gen-as-const-headers += ucontext_i.sym
21 endif