From eb8dd9dca1228af0cd132f515509051ecfabf6f6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 14 Apr 2025 17:32:06 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20250414'. --- src/lib/libc/string/strcoll_l.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/lib/libc/string/strcoll_l.c (limited to 'src/lib/libc/string/strcoll_l.c') diff --git a/src/lib/libc/string/strcoll_l.c b/src/lib/libc/string/strcoll_l.c deleted file mode 100644 index bcd5b0f417..0000000000 --- a/src/lib/libc/string/strcoll_l.c +++ /dev/null @@ -1,14 +0,0 @@ -/* $OpenBSD: strcoll_l.c,v 1.1 2017/09/05 03:16:13 schwarze Exp $ */ -/* - * Written in 2017 by Ingo Schwarze . - * Released into the public domain. - */ - -#include - -int -strcoll_l(const char *s1, const char *s2, - locale_t locale __attribute__((__unused__))) -{ - return strcmp(s1, s2); -} -- cgit v1.2.3-55-g6feb