repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
stdio64
/
Makefile.inc
blob
8746c93e0bfbef43300de0e078256df723cb560f
1
if HAVE_STDIO64_DIR
2
3
## All interfaces are EL/IX level 2
4
if !ELIX_LEVEL_1
5
libc_a_SOURCES += \
6
%D%/fdopen64.c \
7
%D%/fgetpos64.c \
8
%D%/fopen64.c \
9
%D%/freopen64.c \
10
%D%/fseeko64.c \
11
%D%/fsetpos64.c \
12
%D%/ftello64.c \
13
%D%/stdio64.c \
14
%D%/tmpfile64.c
15
endif
16
17
libc_a_CPPFLAGS_%C% = -I$(srcdir)/%D%/../stdio
18
19
endif
20
21
LIBC_CHEWOUT_FILES += \
22
%D%/fdopen64.def \
23
%D%/fgetpos64.def \
24
%D%/fopen64.def \
25
%D%/freopen64.def \
26
%D%/fseeko64.def \
27
%D%/fsetpos64.def \
28
%D%/ftello64.def \
29
%D%/tmpfile64.def
30
31
LIBC_CHAPTERS += %D%/stdio64.tex