From 6a73ea505bc47fdb148f3fe506c1ed3f3d76db46 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Sun, 19 Mar 2023 18:09:50 +0300 Subject: hurd: Fix file name in #error Signed-off-by: Sergey Bugaev Message-Id: <20230319151017.531737-8-bugaevc@gmail.com> --- hurd/longjmp-ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/longjmp-ts.c b/hurd/longjmp-ts.c index bc4add3232..0032d7474f 100644 --- a/hurd/longjmp-ts.c +++ b/hurd/longjmp-ts.c @@ -27,5 +27,5 @@ _hurd_longjmp_thread_state (void *state, jmp_buf env, int val) /* Set all the registers in *STATE to the values described by ENV and RETVAL. After this, setting that thread's state to STATE should be just like calling `longjmp (ENV, RETVAL)'. */ - #error "Need to write sysdeps/mach/hurd/MACHINE/longjmp-ctx.c" + #error "Need to write sysdeps/mach/hurd/MACHINE/longjmp-ts.c" } -- cgit 1.4.1