about summary refs log tree commit diff
path: root/sysdeps/i386
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2023-03-19 18:09:57 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-04-03 01:10:23 +0200
commitb43cb674577c81c6a320d69345bad9aaad1ffbf6 (patch)
treeecb7517b32999f7002c0ce11a6da3f40107d7bf2 /sysdeps/i386
parent0001a23f7a3701ef0ef7b25901c5e9990beea8f4 (diff)
downloadglibc-b43cb674577c81c6a320d69345bad9aaad1ffbf6.tar.gz
glibc-b43cb674577c81c6a320d69345bad9aaad1ffbf6.tar.xz
glibc-b43cb674577c81c6a320d69345bad9aaad1ffbf6.zip
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 <bugaevc@gmail.com>
Message-Id: <20230319151017.531737-15-bugaevc@gmail.com>
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/i686/multiarch/rtld-strncpy-c.c1
1 files changed, 1 insertions, 0 deletions
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 <string/strncpy.c>