diff options
Diffstat (limited to 'Cryptlib/SysCall/CrtWrapper.c')
| -rw-r--r-- | Cryptlib/SysCall/CrtWrapper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Cryptlib/SysCall/CrtWrapper.c b/Cryptlib/SysCall/CrtWrapper.c index 1afe319f..698e1eef 100644 --- a/Cryptlib/SysCall/CrtWrapper.c +++ b/Cryptlib/SysCall/CrtWrapper.c @@ -424,11 +424,6 @@ int stat (const char *c, struct stat *s) return -1;
}
-int strcasecmp (const char *c, const char *s)
-{
- return 0;
-}
-
int strncasecmp (const char *c, const char *s, size_t l)
{
return 0;
|
