]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in (CRT0S): Add txtmode.o binmode.o.
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 19 Oct 2002 20:26:26 +0000 (20:26 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sat, 19 Oct 2002 20:26:26 +0000 (20:26 +0000)
commitbea966c0d9a65fd0c7b909fc5f8b2b2ff7635537
treee732f79176ff357711108adedf55eadd96286221
parent1fc4df5a691c6faef6b70c1dc282b679e8977fd2
* Makefile.in (CRT0S): Add txtmode.o binmode.o.
(MINGW_OBJS): Add txtmode.o.
(SRCDIST_FILES): Add txtmode.c binmode.c.
crt1.c: Don't include fcntrl.h, stdlib.h.
(_fmode): Declare, without dllimport attribute.
(__p__fmode): Declare access function for dll's _fmode.
(_mingw32_init_fmode): Sync dll _fmode with staticly linked
_fmode for app.
* txtmode.c: New file.
* binmode.c: New file.
* samples/fmode/test2.c: New file.
* samples/fmode/jamfile: Add test2.exe target.
winsup/mingw/ChangeLog
winsup/mingw/Makefile.in
winsup/mingw/binmode.c [new file with mode: 0644]
winsup/mingw/crt1.c
winsup/mingw/samples/fmode/jamfile
winsup/mingw/samples/fmode/test2.c [new file with mode: 0644]
winsup/mingw/txtmode.c [new file with mode: 0644]
This page took 0.030374 seconds and 5 git commands to generate.