diff options
author | Christopher Faylor <me@cgf.cx> | 2002-08-30 00:42:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-08-30 00:42:19 +0000 |
commit | 9dc81046dd9fffee4402dc32423a2984928271b7 (patch) | |
tree | dd35c14d95e3327c1786d457817dcbac3d6413c1 /winsup/doc | |
parent | cd45f029c215eec23cce1916b9778383b01ff521 (diff) | |
download | newlib-9dc81046dd9fffee4402dc32423a2984928271b7.zip newlib-9dc81046dd9fffee4402dc32423a2984928271b7.tar.gz newlib-9dc81046dd9fffee4402dc32423a2984928271b7.tar.bz2 |
* how-api.texinfo: Remove a line from the CRLF discussion about lseek not
working. Answer thread safe question more simply.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/how-api.texinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 9ae1ba5..11ba8a9 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-29 Christopher Faylor <cgf@redhat.com> + + * how-api.texinfo: Remove a line from the CRLF discussion about lseek + not working. Answer thread safe question more simply. + 2002-08-27 Nicholas Wourms <nwourms@netscape.net> * calls.texinfo: Add getc_unlocked, getchar_unlocked, putc_unlocked diff --git a/winsup/doc/how-api.texinfo b/winsup/doc/how-api.texinfo index b35ab42..3ae60bb 100644 --- a/winsup/doc/how-api.texinfo +++ b/winsup/doc/how-api.texinfo @@ -75,18 +75,14 @@ Note that because the open/fopen switches are defined by ANSI, they exist under most flavors of Unix; open/fopen will just ignore the switch since they have no meaning to UNIX. -Also note that @code{lseek} only works in binary mode. - Explanation adapted from mailing list email by Earnie Boyd <earnie_boyd@@yahoo.com>. @subsection Is the Cygwin library multi-thread-safe? -Multi-thread-safe support is turned on by default in 1.1.x releases -(i.e., in the latest net release). That does not mean that it is bug -free! +Yes. -There is also limited support for 'POSIX threads', see the file +There is also extensive support for 'POSIX threads', see the file @code{cygwin.din} for the list of POSIX thread functions provided. @subsection Why is some functionality only supported in Windows NT? |