[RFC,07/34] hurd: Fix file name in #error

Message ID 20230319151017.531737-8-bugaevc@gmail.com
State Committed, archived
Headers
Series The rest of the x86_64-gnu port |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Sergey Bugaev March 19, 2023, 3:09 p.m. UTC
  Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
---
 hurd/longjmp-ts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Samuel Thibault April 2, 2023, 10:55 p.m. UTC | #1
Applied, thanks!

Sergey Bugaev, le dim. 19 mars 2023 18:09:50 +0300, a ecrit:
> Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
> ---
>  hurd/longjmp-ts.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hurd/longjmp-ts.c b/hurd/longjmp-ts.c
> index bc4add32..0032d747 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"
>  }
> -- 
> 2.39.2
>
  

Patch

diff --git a/hurd/longjmp-ts.c b/hurd/longjmp-ts.c
index bc4add32..0032d747 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"
 }