Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / syscalls / Makefile.inc
blob7f7bbbddb6d72edb81a09e3d78f4ca10a2e1890f
1 if HAVE_SYSCALL_DIR
3 libc_a_SOURCES += \
4         %D%/sysclose.c \
5         %D%/sysfcntl.c \
6         %D%/sysfstat.c \
7         %D%/sysgetentropy.c \
8         %D%/sysgetpid.c \
9         %D%/sysgettod.c \
10         %D%/sysisatty.c \
11         %D%/syskill.c \
12         %D%/syslink.c \
13         %D%/syslseek.c \
14         %D%/sysopen.c \
15         %D%/sysread.c \
16         %D%/syssbrk.c \
17         %D%/sysstat.c \
18         %D%/systimes.c \
19         %D%/sysunlink.c \
20         %D%/syswrite.c
22 ## Weed out EL/IX level 3 interfaces if necessary
23 if ELIX_LEVEL_1
24 else
25 if ELIX_LEVEL_2
26 else
27 libc_a_SOURCES += \
28         %D%/sysexecve.c \
29         %D%/sysfork.c \
30         %D%/syswait.c
31 endif
32 endif
34 endif