1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
Ulrich Drepper
1998-08-04 17:22:28 +00:00
parent d358336fe7
commit 9fbffc4676
7 changed files with 34 additions and 10 deletions

View File

@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <unistd.h>
#ifdef _USE_IN_LIBIO
# define fdopen _IO_new_fdopen