diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-04 17:22:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-04 17:22:28 +0000 |
commit | 9fbffc467639130663cc1959a59eb980b9207210 (patch) | |
tree | 3952446509345d7c94f23d5269f764ec9a063b4a /ChangeLog | |
parent | d358336fe743642ee8b0400117777c24dc102987 (diff) | |
download | glibc-9fbffc467639130663cc1959a59eb980b9207210.zip glibc-9fbffc467639130663cc1959a59eb980b9207210.tar.gz glibc-9fbffc467639130663cc1959a59eb980b9207210.tar.bz2 |
Update.
1998-08-04 16:53 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/tmpfile.c: Include unistd.h for close prototype.
* stdio-common/tmpfile64.c: Likewise.
* db2/makedb.c: Generate output file with same access permissions
the input file has.
* signal/signal.h: Pretty printing.
1998-08-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* misc/mktemp.c: Add include <stlib.h> for prototype, remove
unneccessary includes.
* misc/mkstemp.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +1998-08-04 16:53 Ulrich Drepper <drepper@cygnus.com> + + * stdio-common/tmpfile.c: Include unistd.h for close prototype. + * stdio-common/tmpfile64.c: Likewise. + + * db2/makedb.c: Generate output file with same access permissions + the input file has. + + * signal/signal.h: Pretty printing. + +1998-08-04 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * misc/mktemp.c: Add include <stlib.h> for prototype, remove + unneccessary includes. + * misc/mkstemp.c: Likewise. + 1998-08-03 16:36 Ulrich Drepper <drepper@cygnus.com> * catgets/catgets.c: Use mmap/munmap only is _POSIX_MAPPED_FILES |