aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-01-12 17:04:13 +0000
committerAndreas Jaeger <aj@suse.de>2001-01-12 17:04:13 +0000
commita7cdbcb81bee21ede00c08f3f3ba551bc4a8c1f6 (patch)
tree37f71963e59c5de595d1e83a3f515097d0c3cb40
parent2e47aff5ac000a9e1ab521fd8e880a1e39714710 (diff)
downloadglibc-a7cdbcb81bee21ede00c08f3f3ba551bc4a8c1f6.zip
glibc-a7cdbcb81bee21ede00c08f3f3ba551bc4a8c1f6.tar.gz
glibc-a7cdbcb81bee21ede00c08f3f3ba551bc4a8c1f6.tar.bz2
Update.
2001-01-12 Andreas Jaeger <aj@suse.de> * posix/fnmatch_loop.c (FCT): Remove signed warnings. * posix/wordexp.c (do_parse_glob): Likewise. * sysdeps/posix/sigblock.c (__sigblock): Likewise. * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise. * elf/dl-open.c (_dl_open): Likewise. * elf/dl-close.c (_dl_close): Likewise. * elf/dl-load.c (_dl_map_object): Likewise. * iconv/iconv_prog.c (process_fd): Likewise. * locale/localeinfo.h (struct locale_data): Use __flexarr instead of a zero-length array.
-rw-r--r--ChangeLog14
-rw-r--r--locale/localeinfo.h4
2 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e43678d..83aee62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-01-12 Andreas Jaeger <aj@suse.de>
+
+ * posix/fnmatch_loop.c (FCT): Remove signed warnings.
+ * posix/wordexp.c (do_parse_glob): Likewise.
+ * sysdeps/posix/sigblock.c (__sigblock): Likewise.
+ * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
+ * elf/dl-open.c (_dl_open): Likewise.
+ * elf/dl-close.c (_dl_close): Likewise.
+ * elf/dl-load.c (_dl_map_object): Likewise.
+ * iconv/iconv_prog.c (process_fd): Likewise.
+
+ * locale/localeinfo.h (struct locale_data): Use __flexarr instead
+ of a zero-length array.
+
2001-01-11 Jakub Jelinek <jakub@redhat.com>
* stdlib/cxa_atexit.c (__cxa_atexit): Cast to (void *, int) func.
diff --git a/locale/localeinfo.h b/locale/localeinfo.h
index bc9af16..f1f51d8 100644
--- a/locale/localeinfo.h
+++ b/locale/localeinfo.h
@@ -1,5 +1,5 @@
/* Declarations for internal libc locale interfaces
- Copyright (C) 1995, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 96, 97, 98, 99,2000,2001 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
@@ -65,7 +65,7 @@ struct locale_data
const char *string;
unsigned int word;
}
- values[0]; /* Items, usually pointers into `filedata'. */
+ values __flexarr; /* Items, usually pointers into `filedata'. */
};
/* We know three kinds of collation sorting rules. */