diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2014-02-01 03:38:33 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2014-02-01 03:38:33 -0200 |
commit | 1acd4371c021834ac238f58669c716747ac1a5db (patch) | |
tree | ed4a96b03dc5fd9663f9987f7fdf46a3fb9c0768 /ChangeLog | |
parent | 23e5b8cb1ba7a31450bda75e3f06b7c76e175db4 (diff) | |
download | glibc-1acd4371c021834ac238f58669c716747ac1a5db.tar glibc-1acd4371c021834ac238f58669c716747ac1a5db.tar.gz glibc-1acd4371c021834ac238f58669c716747ac1a5db.tar.bz2 glibc-1acd4371c021834ac238f58669c716747ac1a5db.zip |
* manual/string.texi (wcstok): Fix prototype.
(wcstok, strtok, strtok_r): Adjust reentrancy remarks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-02-01 Alexandre Oliva <aoliva@redhat.com> + * manual/string.texi (wcstok): Fix prototype. + (wcstok, strtok, strtok_r): Adjust reentrancy remarks. + +2014-02-01 Alexandre Oliva <aoliva@redhat.com> + * manual/time.texi: Document MTASC-safety properties. 2014-02-01 Alexandre Oliva <aoliva@redhat.com> |