about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2023-03-19 18:09:50 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-04-03 00:55:12 +0200
commit6a73ea505bc47fdb148f3fe506c1ed3f3d76db46 (patch)
tree9d7a524faf2c5dbb633d9ddeb84397ec707138dc /hurd
parent226f1f8a94427a7ae0b4dc8f5ef9cc765ba6b5ce (diff)
downloadglibc-6a73ea505bc47fdb148f3fe506c1ed3f3d76db46.tar.gz
glibc-6a73ea505bc47fdb148f3fe506c1ed3f3d76db46.tar.xz
glibc-6a73ea505bc47fdb148f3fe506c1ed3f3d76db46.zip
hurd: Fix file name in #error
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230319151017.531737-8-bugaevc@gmail.com>
Diffstat (limited to 'hurd')
-rw-r--r--hurd/longjmp-ts.c2
1 files changed, 1 insertions, 1 deletions
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"
 }