libdl: end must be bigger than start
[uclibc-ng.git] / libc / string / csky / strcmp.S
blobc05a10812a57ced040824cba89de5d1c3b15cc0e
1 /*
2  * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
3  *
4  * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
5  * in this tarball.
6  */
8 #include <features.h>
10 #ifdef __CSKYABIV2__
11 #include "cskyv2/abiv2_strcmp.S"
12 #else
13 #include "cskyv1/strcmp.S"
14 #endif