mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue