summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcoll.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/strcoll.c
parentc8edfbda7785be8137d8d60135bc798c223327fa (diff)
downloadFreeBSD-src-b122bfda1bc7fc4a9c8eea61fd2ea54ebc71a081.zip
FreeBSD-src-b122bfda1bc7fc4a9c8eea61fd2ea54ebc71a081.tar.gz
Copyrights cleanup
Diffstat (limited to 'lib/libc/string/strcoll.c')
-rw-r--r--lib/libc/string/strcoll.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c
index faa858b..544f9b9 100644
--- a/lib/libc/string/strcoll.c
+++ b/lib/libc/string/strcoll.c
@@ -24,15 +24,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: strcoll.c,v 1.4 1995/01/27 12:51:06 alex Exp alex $
+ * $Id: strcoll.c,v 1.2 1995/02/16 17:01:09 ache Exp $
*/
#include <stdlib.h>
#include <string.h>
#include "collate.h"
-/* Compare strings according to LC_COLLATE category of current locale */
-
int
strcoll(s, s2)
const char *s, *s2;
OpenPOWER on IntegriCloud