summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-11-14 10:01:14 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2022-11-15 00:56:01 -0400
commitb25a9d8f99b75570d18ea64602de7fe48da612d6 (patch)
treef9d4217317e9a6e44d79e6fbf4fcbf7355932f93 /firmware/SOURCES
parent034b6d5bfb5bdedaf843079a02ff6df31488f394 (diff)
downloadrockbox-b25a9d8f99b75570d18ea64602de7fe48da612d6.tar.gz
rockbox-b25a9d8f99b75570d18ea64602de7fe48da612d6.zip
add memccpy.c
Not sure if this is worth the added bin size yet but I will see where I can use it to try and make it worth it Change-Id: Icc299d3986172ff224a14be48da3bf065d728a66
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 76d6cee921..94a986c9f8 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -262,6 +262,7 @@ libc/ctype.c
libc/sprintf.c
#endif
+libc/memccpy.c
libc/memchr.c
libc/memcmp.c