hurd: Fix file name in #error

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230319151017.531737-8-bugaevc@gmail.com>
This commit is contained in:
Sergey Bugaev 2023-03-19 18:09:50 +03:00 committed by Samuel Thibault
parent 226f1f8a94
commit 6a73ea505b

View File

@ -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"
}