]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Jul 1999 23:46:10 +0000 (23:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Jul 1999 23:46:10 +0000 (23:46 +0000)
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.

ChangeLog
elf/dl-libc.c
elf/dl-runtime.c
elf/do-lookup.h
misc/mntent_r.c
stdlib/mbtowc.c
stdlib/wctomb.c
sysdeps/unix/sysv/linux/fstatfs64.c
sysdeps/unix/sysv/linux/statfs64.c

index 5104c3462c313ab3f3c339326ae8a092588081e9..23923c5c8485032a909f24d3f4cbf5c3a2b6bcba 100644 (file)
--- a/ChangeLog
+++ b/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>
 
        * misc/efgcvt.c (NDIGIT_MAX): Provide precomputed constants for
index 784af27c3db53239283199fa7d0fca977d7f6226..39ccf82ed144e7e702c1ba5a7d12500cb6b7f4a7 100644 (file)
@@ -89,7 +89,7 @@ do_dlsym (void *ptr)
 static void
 do_dlclose (void *ptr)
 {
-    _dl_close ((struct link_map *) ptr);
+  _dl_close ((struct link_map *) ptr);
 }
 
 /* ... and these functions call dlerror_run. */
index a55fbf6e4ba85b1a01a84d5f34523668119e3d52..8e8728c8ffcf12ea9dcea87cba9c301ed16d688d 100644 (file)
@@ -17,6 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <alloca.h>
 #include <unistd.h>
 #include <elf/ldsodefs.h>
 #include "dynamic-link.h"
index 3c5e6f4e9b3b3bf2de1d4a1a5b197ed268c78c56..03eb2c66c76f083f658967a33bec9106082432d3 100644 (file)
@@ -149,9 +149,9 @@ FCT (const char *undef_name, struct link_map *undef_map,
         default version we still accept this symbol since there are
         no possible ambiguities.  */
 #if VERSIONED
-       sym = NULL;
+      sym = NULL;
 #else
-       sym = num_versions == 1 ? versioned_sym : NULL;
+      sym = num_versions == 1 ? versioned_sym : NULL;
 #endif
 
       if (sym != NULL
index 6d46abbd950971e0a0bee1a99abb7321d385340e..78b1c2dceaa43b75ec7cfde4bd3ffaabc97d258d 100644 (file)
@@ -17,6 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <alloca.h>
 #include <mntent.h>
 #include <stdio.h>
 #include <string.h>
index cba34d32a4aabce62addd48714e13d5c4b7c5e53..0d84f50d4f4c83fa90a25b77906ab90f50a5061c 100644 (file)
@@ -17,6 +17,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <wchar.h>
 #include <gconv.h>
 #include <wcsmbs/wcsmbsload.h>
index 174bbf46c2d07fe7e7e06a9bead9630810395ffa..6b9024797a2addeaa625f33dbcef577ae428b168 100644 (file)
@@ -17,6 +17,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <wchar.h>
 #include <gconv.h>
 #include <wcsmbs/wcsmbsload.h>
index 5ffdf9cd8488f0cc8c8c7321de6607c8864ef139..ee31b5cbe479b6c4c6a2263ebd85ff4584aa0195 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <errno.h>
+#include <string.h>
 #include <sys/statfs.h>
 #include <stddef.h>
 
index 01640e3c4e62f5c2c5d568cb047a3fa402041c3c..a59a637a7b9b32490daa41b02014fc7daaeccea2 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <errno.h>
+#include <string.h>
 #include <sys/statfs.h>
 #include <stddef.h>