diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-02 15:23:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-02 15:23:30 +0000 |
commit | 07e12bb391ae84eb74817d42feda42cff7f687e5 (patch) | |
tree | bef6c26906484a4bd32e9abfc53a37819aa1242f /ChangeLog | |
parent | 28afd92dbdb4fef4358051aad5cb944a9527a4b5 (diff) | |
download | glibc-07e12bb391ae84eb74817d42feda42cff7f687e5.zip glibc-07e12bb391ae84eb74817d42feda42cff7f687e5.tar.gz glibc-07e12bb391ae84eb74817d42feda42cff7f687e5.tar.bz2 |
Document properties of standard typedefs, not exact types.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2012-03-02 Joseph Myers <joseph@codesourcery.com> + * manual/filesys.texi (mode_t): Describe constraints on size and + signedness, not exact equivalence to a particular type. + (ino_t): Likewise. + (ino64_t): Likewise. + (dev_t): Likewise. + (nlink_t): Likewise. + (blkcnt_t): Likewise. + (blkcnt64_t): Likewise. + * manual/llio.texi (off_t): Likewise. + [BZ #3976] * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>. (__ieee754_exp): Save and restore rounding mode and use |