mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
1999-07-29 H.J. Lu <hjl@gnu.org> * stdlib/mbtowc.c: Include <string.h>. * stdlib/wctomb.c: Likewise. * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise. * sysdeps/unix/sysv/linux/statfs64.c: Likewise. * misc/mntent_r.c: Include <alloca.h>. * elf/dl-runtime.c: Likewise.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
1999-07-29 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* stdlib/mbtowc.c: Include <string.h>.
|
||||||
|
* stdlib/wctomb.c: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
|
||||||
|
* sysdeps/unix/sysv/linux/statfs64.c: Likewise.
|
||||||
|
|
||||||
|
* misc/mntent_r.c: Include <alloca.h>.
|
||||||
|
* elf/dl-runtime.c: Likewise.
|
||||||
|
|
||||||
1999-07-29 Andreas Schwab <schwab@suse.de>
|
1999-07-29 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* misc/efgcvt.c (NDIGIT_MAX): Provide precomputed constants for
|
* misc/efgcvt.c (NDIGIT_MAX): Provide precomputed constants for
|
||||||
|
@@ -89,7 +89,7 @@ do_dlsym (void *ptr)
|
|||||||
static void
|
static void
|
||||||
do_dlclose (void *ptr)
|
do_dlclose (void *ptr)
|
||||||
{
|
{
|
||||||
_dl_close ((struct link_map *) ptr);
|
_dl_close ((struct link_map *) ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ... and these functions call dlerror_run. */
|
/* ... and these functions call dlerror_run. */
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#include <alloca.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <elf/ldsodefs.h>
|
#include <elf/ldsodefs.h>
|
||||||
#include "dynamic-link.h"
|
#include "dynamic-link.h"
|
||||||
|
@@ -149,9 +149,9 @@ FCT (const char *undef_name, struct link_map *undef_map,
|
|||||||
default version we still accept this symbol since there are
|
default version we still accept this symbol since there are
|
||||||
no possible ambiguities. */
|
no possible ambiguities. */
|
||||||
#if VERSIONED
|
#if VERSIONED
|
||||||
sym = NULL;
|
sym = NULL;
|
||||||
#else
|
#else
|
||||||
sym = num_versions == 1 ? versioned_sym : NULL;
|
sym = num_versions == 1 ? versioned_sym : NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (sym != NULL
|
if (sym != NULL
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#include <alloca.h>
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <gconv.h>
|
#include <gconv.h>
|
||||||
#include <wcsmbs/wcsmbsload.h>
|
#include <wcsmbs/wcsmbsload.h>
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <gconv.h>
|
#include <gconv.h>
|
||||||
#include <wcsmbs/wcsmbsload.h>
|
#include <wcsmbs/wcsmbsload.h>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Return information about the filesystem on which FD resides.
|
/* Return information about the filesystem on which FD resides.
|
||||||
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
|
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <string.h>
|
||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Return information about the filesystem on which FILE resides.
|
/* Return information about the filesystem on which FILE resides.
|
||||||
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
|
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <string.h>
|
||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user