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
/
misc
/
Makefile.inc
blob
78bb022dd8a7e5dd6f0485748afd19da0aa2ac4f
1
libc_a_SOURCES += \
2
%D%/__dprintf.c \
3
%D%/unctrl.c \
4
%D%/ffs.c \
5
%D%/init.c \
6
%D%/fini.c
7
8
if NEWLIB_RETARGETABLE_LOCKING
9
libc_a_SOURCES += \
10
%D%/lock.c
11
endif
12
13
LIBC_CHEWOUT_FILES += \
14
%D%/ffs.def \
15
%D%/lock.def \
16
%D%/unctrl.def
17
18
LIBC_CHAPTERS += %D%/misc.tex