aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/strncat.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare the system for _FORTIFY_SOURCEKyle Evans2024-05-131-0/+2
* lib/libc/amd64/string: implement strncat() by calling strlen(), memccpy()Robert Clausecker2023-12-251-0/+29