From b43cb674577c81c6a320d69345bad9aaad1ffbf6 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Sun, 19 Mar 2023 18:09:57 +0300 Subject: hurd: Move rtld-strncpy-c.c out of mach/hurd/ 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 Message-Id: <20230319151017.531737-15-bugaevc@gmail.com> --- sysdeps/i386/i686/multiarch/rtld-strncpy-c.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/i386/i686/multiarch/rtld-strncpy-c.c (limited to 'sysdeps/i386/i686/multiarch') diff --git a/sysdeps/i386/i686/multiarch/rtld-strncpy-c.c b/sysdeps/i386/i686/multiarch/rtld-strncpy-c.c new file mode 100644 index 0000000000..b759c999eb --- /dev/null +++ b/sysdeps/i386/i686/multiarch/rtld-strncpy-c.c @@ -0,0 +1 @@ +#include -- cgit 1.4.1