summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/xxx2wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/lib/xxx2wav.c')
-rw-r--r--apps/codecs/lib/xxx2wav.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/codecs/lib/xxx2wav.c b/apps/codecs/lib/xxx2wav.c
index 1323e07475..b437ca56db 100644
--- a/apps/codecs/lib/xxx2wav.c
+++ b/apps/codecs/lib/xxx2wav.c
@@ -91,11 +91,7 @@ int memcmp(const void *s1, const void *s2, size_t n) {
91} 91}
92 92
93void* memchr(const void *s, int c, size_t n) { 93void* memchr(const void *s, int c, size_t n) {
94 /* TO DO: Implement for Tremor */ 94 return(local_rb->memchr(s,c,n));
95 (void)s;
96 (void)c;
97 (void)n;
98 return(NULL);
99} 95}
100 96
101void* memmove(const void *s1, const void *s2, size_t n) { 97void* memmove(const void *s1, const void *s2, size_t n) {