From f369623d6d7af1f7cddfa7bcda413b88107db2e6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Jul 2001 22:16:09 +0000 Subject: Update. 2001-07-22 Bruno Haible * intl/libintl.h (ngettext, dngettext, dcngettext): Use both msgid1 and msgid2 for printf format argument checking. --- linuxthreads/tst-context.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'linuxthreads/tst-context.c') diff --git a/linuxthreads/tst-context.c b/linuxthreads/tst-context.c index cf4783dec1..82a877cffe 100644 --- a/linuxthreads/tst-context.c +++ b/linuxthreads/tst-context.c @@ -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); -- cgit v1.2.3