1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
* elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.

1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* libc.map: Add more rpc auth functions/variables.

	* nscd/nscd.c: Add -g option to argp options.

1998-03-24  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Be prepared for gcc 2.9.10 and up.
	* configure.in: Add missing disabling of quote characters in
	compiler version check.  Reported by HJ Lu.

1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.

1998-03-24  Ulrich Drepper  <drepper@cygnus.com>

	* intl/locale.alias: Fix spelling of romanian.
This commit is contained in:
Ulrich Drepper
1998-03-24 17:03:23 +00:00
parent 92610fbe38
commit 3dd90163bb
64 changed files with 1483 additions and 1395 deletions

View File

@@ -1,5 +1,5 @@
/* More debugging hooks for `malloc'.
Copyright (C) 1991, 92, 93, 94, 96, 97 Free Software Foundation, Inc.
Copyright (C) 1991, 92, 93, 94, 96, 97, 98 Free Software Foundation, Inc.
Written April 2, 1991 by John Gilmore of Cygnus Support.
Based on mcheck.c by Mike Haertel.
@@ -29,7 +29,7 @@
#endif
#ifdef HAVE_ELF
#include <link.h>
#include <elf/ldsodefs.h>
#endif
#include <stdio.h>