summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/memcmp.c
AgeCommit message (Expand)Author
2005-12-11merge ktrace-lwp.christos
2003-09-01Another attempt to get libsa to contain the right things.dsl
2003-08-29The __strong_alias() seems to have to be in the file with the definition.dsl
2003-08-27An ever sneakier way of making memcmp and bcmp use the same code:dsl
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1997-10-05Copyright assigned to The NetBSD Foundation.thorpej
1997-06-26Avoid user space headers for standalone programs.drochner
1997-06-13Bring prototypes into scope.drochner
1997-01-16add memcmp, implemented as a wrapper around bcmp() (like memcpy() iscgd