mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2001-07-22 Bruno Haible <haible@clisp.cons.org> * intl/libintl.h (ngettext, dngettext, dcngettext): Use both msgid1 and msgid2 for printf format argument checking.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-07-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* tst-context.c (main): Print explanation before bailing out
|
||||
because context handling is not supported.
|
||||
|
||||
2001-07-23 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makefile (tests): Add tst-context.
|
||||
|
@ -67,7 +67,10 @@ main (void)
|
||||
if (getcontext (&mctx) != 0)
|
||||
{
|
||||
if (errno == ENOSYS)
|
||||
exit (0);
|
||||
{
|
||||
puts ("context handling not supported");
|
||||
exit (0);
|
||||
}
|
||||
|
||||
printf ("%s: getcontext: %m\n", __FUNCTION__);
|
||||
exit (1);
|
||||
|
Reference in New Issue
Block a user