diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 18:37:24 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 18:37:24 +0000 |
commit | e63c98c61bdec4494b03e4363fed0037e5661bb7 (patch) | |
tree | 116f6504d8e32832a239beea25fe51ad66cc6c1c /newlib/libc/reent/reent.tex | |
parent | fd1165e29afdf1b92db778d8539465169aec64a3 (diff) | |
download | cygnal-e63c98c61bdec4494b03e4363fed0037e5661bb7.tar.gz cygnal-e63c98c61bdec4494b03e4363fed0037e5661bb7.tar.bz2 cygnal-e63c98c61bdec4494b03e4363fed0037e5661bb7.zip |
2005-10-14 Bob Wilson <bob.wilson@acm.org>
* libc/reent/reent.tex (Reentrancy): Replace "Cygnus C Library"
with "Red Hat newlib C Library".
* libc/sys.tex (Stubs): Likewise.
* libm/math/math.tex (Math): Likewise.
* libm/mathfp/mathfp.tex (Math): Likewise.
Diffstat (limited to 'newlib/libc/reent/reent.tex')
-rw-r--r-- | newlib/libc/reent/reent.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/reent/reent.tex b/newlib/libc/reent/reent.tex index e76330b32..881c572c6 100644 --- a/newlib/libc/reent/reent.tex +++ b/newlib/libc/reent/reent.tex @@ -4,8 +4,8 @@ @cindex reentrancy Reentrancy is a characteristic of library functions which allows multiple processes to use the same address space with assurance that the values stored -in those spaces will remain constant between calls. Cygnus's implementation -of the library functions ensures that +in those spaces will remain constant between calls. The Red Hat +newlib implementation of the library functions ensures that whenever possible, these library functions are reentrant. However, there are some functions that can not be trivially made reentrant. Hooks have been provided to allow you to use these functions in a fully |