about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/i386/i686
Commit message (Collapse)AuthorAgeFilesLines
* hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev2023-04-031-1/+0
| | | | | | | | 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>
* Hurd: Add rtld-strncpy-c.cH.J. Lu2021-01-191-0/+1
All IFUNC functions which are used in ld.so must have a rtld version if the IFUNC version isn't safe to use in ld.so.