mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
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:
parent
226f1f8a94
commit
6a73ea505b
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user