diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-16 12:59:05 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-16 18:04:54 +0700 |
commit | 10d1cb9f3e515778e7841b61df4c6ad94c3d8352 (patch) | |
tree | c7b3f40f6e6ab7ea752886d9a1a2c441816fb5dc /system/include/libc/string.h | |
parent | 4e0c5a89b387d5f4ca8248c8b31e2db136652a64 (diff) |
Add compat headers, move some things to them.
This is groundwork for landing musl includes which remove
some of the deprecated functions or very old BSDisms.
Diffstat (limited to 'system/include/libc/string.h')
-rw-r--r-- | system/include/libc/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/include/libc/string.h b/system/include/libc/string.h index 515c71a7..8fd9ea43 100644 --- a/system/include/libc/string.h +++ b/system/include/libc/string.h @@ -72,8 +72,6 @@ size_t _EXFUN(strlcpy,(char *, const char *, size_t)); int _EXFUN(strncasecmp,(const char *, const char *, size_t)); size_t _EXFUN(strnlen,(const char *, size_t)); char *_EXFUN(strsep,(char **, const char *)); -char *_EXFUN(strlwr,(char *)); -char *_EXFUN(strupr,(char *)); #if defined(__CYGWIN__) || defined(EMSCRIPTEN) #ifndef DEFS_H /* Kludge to work around problem compiling in gdb */ char *_EXFUN(strsignal, (int __signo)); |