diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/makecontext.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/makecontext.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/makecontext.c b/sysdeps/unix/sysv/linux/ia64/makecontext.c index 9f80b114bd..24a7d04c77 100644 --- a/sysdeps/unix/sysv/linux/ia64/makecontext.c +++ b/sysdeps/unix/sysv/linux/ia64/makecontext.c @@ -1,6 +1,6 @@ /* Copyright (C) 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. + Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -21,8 +21,8 @@ #include <stdio.h> #include <stdlib.h> #include <ucontext.h> +#include <sys/rse.h> -#include <ia64/rse.h> struct fdesc { @@ -59,8 +59,8 @@ __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) if (argc > 8) { - fprintf (stderr, "__makecontext: does not know how to handle more " - "than 8 arguments\n"); + fprintf (stderr, _("\ +makecontext: does not know how to handle more than 8 arguments\n")); exit (-1); } |