summaryrefslogtreecommitdiffstats
path: root/libc/string/x86_64/mempcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-191-0/+1
| | | | | | also enable __chk_fail and only try to call it when SSP is on Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+2
| | | | missing headers, other jump relocs removed
* Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger2006-01-031-0/+3
where the non-hidden version was used.