diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-13 22:59:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-13 22:59:33 +0000 |
commit | bbdc8261f84c22c8c82cc51fa84c70efb1b7ab99 (patch) | |
tree | 6adb7cdaf0b597a9f027b2d9112f25c5cc45cdec /ChangeLog | |
parent | 2aea1d796ea60b9e49d12257dc2a94bf3dd4ef26 (diff) | |
download | glibc-bbdc8261f84c22c8c82cc51fa84c70efb1b7ab99.tar glibc-bbdc8261f84c22c8c82cc51fa84c70efb1b7ab99.tar.gz glibc-bbdc8261f84c22c8c82cc51fa84c70efb1b7ab99.tar.bz2 glibc-bbdc8261f84c22c8c82cc51fa84c70efb1b7ab99.zip |
Update.
1998-04-13 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/posix/mktemp.c: Increment `value' in a way which touches
all needed 36 bits.
* sysdeps/posix/mkstemp.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1998-04-13 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/posix/mktemp.c: Increment `value' in a way which touches + all needed 36 bits. + * sysdeps/posix/mkstemp.c: Likewise. + 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com> * iconvdata/8bit-gap.c: Simplify step data handling. |