From d3d99893eeedbb681f6b9b76427c33129d69834d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 8 Nov 2000 21:20:06 +0000 Subject: Update. * catgets/gencat.c (main): Don't use exit() to avoid warnings with broken compilers. * include/features.h (__STDC_ISO_10646__): Correct value to be 200009L. Patch by Markus Kuhn . 2000-11-08 H.J. Lu * pwd/Versions (GLIBC_2.1.2): Add getpwnam_r. 2000-11-08 Jakub Jelinek * string/bits/string2.h: Check if _USE_STRING_ARCH_ macros are defined, not _HAVE_STRING_ARCH_. * sysdeps/i386/bits/string.h (_USE_STRING_ARCH_memset, _USE_STRING_ARCH_strchr): Define. * sysdeps/i386/i486/bits/string.h (_USE_STRING_ARCH_memset, _USE_STRING_ARCH_strchr): Define. * sysdeps/sparc/bits/string.h: New file. 2000-11-08 Bruno Haible * locale/C-translit.h.in: Tweak result. * locale/C-translit.h: Regenerated. 2000-11-08 Ulrich Drepper * posix/unistd.h: Add attribute((const)) to sysconf prototype. --- catgets/gencat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catgets/gencat.c') diff --git a/catgets/gencat.c b/catgets/gencat.c index e8bf368eea..de6bdf65d8 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -188,7 +188,7 @@ main (int argc, char *argv[]) if (result != NULL) write_out (result, output_name, header_name); - exit (EXIT_SUCCESS); + return EXIT_SUCCESS; } -- cgit v1.2.3