[RFC,14/34] hurd: Move rtld-strncpy-c.c out of mach/hurd/

Message ID 20230319151017.531737-15-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
  There's nothing Mach- or Hurd-specific about it; any port that ends
up with rtld pulling in strncpy will need this.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
---
 sysdeps/{mach/hurd => }/i386/i686/multiarch/rtld-strncpy-c.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename sysdeps/{mach/hurd => }/i386/i686/multiarch/rtld-strncpy-c.c (100%)
  

Comments

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

Sergey Bugaev, le dim. 19 mars 2023 18:09:57 +0300, a ecrit:
> There's nothing Mach- or Hurd-specific about it; any port that ends
> up with rtld pulling in strncpy will need this.
> 
> Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
> ---
>  sysdeps/{mach/hurd => }/i386/i686/multiarch/rtld-strncpy-c.c | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename sysdeps/{mach/hurd => }/i386/i686/multiarch/rtld-strncpy-c.c (100%)
> 
> diff --git a/sysdeps/mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c b/sysdeps/i386/i686/multiarch/rtld-strncpy-c.c
> similarity index 100%
> rename from sysdeps/mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c
> rename to sysdeps/i386/i686/multiarch/rtld-strncpy-c.c
> -- 
> 2.39.2
>
  

Patch

diff --git a/sysdeps/mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c b/sysdeps/i386/i686/multiarch/rtld-strncpy-c.c
similarity index 100%
rename from sysdeps/mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c
rename to sysdeps/i386/i686/multiarch/rtld-strncpy-c.c