about summary refs log tree commit diff
path: root/localedata/gen-unicode-ctype.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-12-29 09:18:40 +0000
committerRoland McGrath <roland@gnu.org>2004-12-29 09:18:40 +0000
commit37c6165db9299bab1a8e10919530acc030ab9f17 (patch)
tree891197dbf5d2d2f2d116810f7faf854dd16c8161 /localedata/gen-unicode-ctype.c
parent9410140c5e774bc709f2d2f39bcee215d78cf624 (diff)
downloadglibc-37c6165db9299bab1a8e10919530acc030ab9f17.tar.gz
glibc-37c6165db9299bab1a8e10919530acc030ab9f17.tar.xz
glibc-37c6165db9299bab1a8e10919530acc030ab9f17.zip
[BZ #626]
2004-12-29  Roland McGrath  <roland@redhat.com>
	[BZ #626]
	* sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
	than always up; when nearest is zero, round up to one.
Diffstat (limited to 'localedata/gen-unicode-ctype.c')
-rw-r--r--localedata/gen-unicode-ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/gen-unicode-ctype.c b/localedata/gen-unicode-ctype.c
index a9c51b3f48..849f272ed5 100644
--- a/localedata/gen-unicode-ctype.c
+++ b/localedata/gen-unicode-ctype.c
@@ -638,7 +638,7 @@ output_tables (const char *filename, const char *version)
   fprintf (stream, "source    \"UnicodeData.txt, PropList.txt\"\n");
   fprintf (stream, "address   \"\"\n");
   fprintf (stream, "contact   \"\"\n");
-  fprintf (stream, "email     \"bug-glibc@gnu.org\"\n");
+  fprintf (stream, "email     \"bug-glibc-locales@gnu.org\"\n");
   fprintf (stream, "tel       \"\"\n");
   fprintf (stream, "fax       \"\"\n");
   fprintf (stream, "language  \"\"\n");