summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strxfrm.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-02-18 01:39:00 +0000
committerache <ache@FreeBSD.org>1995-02-18 01:39:00 +0000
commitb122bfda1bc7fc4a9c8eea61fd2ea54ebc71a081 (patch)
tree1c9fbcadaceda2a62652d331b0be8c008f816e27 /lib/libc/string/strxfrm.c
parentc8edfbda7785be8137d8d60135bc798c223327fa (diff)
downloadFreeBSD-src-b122bfda1bc7fc4a9c8eea61fd2ea54ebc71a081.zip
FreeBSD-src-b122bfda1bc7fc4a9c8eea61fd2ea54ebc71a081.tar.gz
Copyrights cleanup
Diffstat (limited to 'lib/libc/string/strxfrm.c')
-rw-r--r--lib/libc/string/strxfrm.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c
index 73206de..6d6a13e 100644
--- a/lib/libc/string/strxfrm.c
+++ b/lib/libc/string/strxfrm.c
@@ -24,19 +24,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: strxfrm.c,v 1.5 1995/01/27 12:51:06 alex Exp alex $
+ * $Id: strxfrm.c,v 1.2 1995/02/16 17:01:11 ache Exp $
*/
#include <stdlib.h>
#include <string.h>
#include "collate.h"
-/*
- * Transform src, storing the result in dest, such that strcmp()
- * on transformed strings returns what strcoll() on the original
- * untransformed strings would return.
- */
-
size_t
strxfrm(dest, src, len)
char *dest;
OpenPOWER on IntegriCloud