2010-11-15 Marcus Brinkmann <mb@g10code.com>

* conf-w32ce-msc/fcntl.h: New file.
	* conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h.
	(sources): Remove memrchr.c.
This commit is contained in:
Marcus Brinkmann 2010-11-15 15:29:17 +00:00
parent 15ef3c9eeb
commit 9c605744a6
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2010-11-15 Marcus Brinkmann <mb@g10code.com> 2010-11-15 Marcus Brinkmann <mb@g10code.com>
* conf-w32ce-msc/fcntl.h: New file.
* conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h.
(sources): Remove memrchr.c.
* conf-w32ce-msc/io.h: New file. * conf-w32ce-msc/io.h: New file.
* conf-w32ce-msc/build.mk (conf_sources): Add io.h. * conf-w32ce-msc/build.mk (conf_sources): Add io.h.

View File

@ -99,7 +99,6 @@ sources = \
kdpipeiodevice.h \ kdpipeiodevice.h \
key.c \ key.c \
keylist.c \ keylist.c \
memrchr.c \
op-support.c \ op-support.c \
opassuan.c \ opassuan.c \
ops.h \ ops.h \
@ -203,7 +202,7 @@ objs = \
conf_sources = \ conf_sources = \
build.mk \ build.mk \
config.h \ config.h \
stdint.h io.h stdint.h io.h fcntl.h
# Source files built by running the standard build system. # Source files built by running the standard build system.
built_sources = \ built_sources = \

1
contrib/conf-w32ce-msc/fcntl.h Executable file
View File

@ -0,0 +1 @@
/* Dummy fcntl.h header. */