This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Thread safe stdio


Please ignore this patch, i will generate a new one soon.

Thomas

Thomas Pfaff wrote:
This patch adds support for thread safe stdio.

It will add 3 new header files three which supersedes newlib ones.

One of these (_types.h) is just a copy of newlibs _types.h with a
modified _lock_t. It is not strictly necessary since sizeof(int)
== sizeof(void*).

This patch makes only sense when my patch for newlib will be accepted.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]