We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf601f commit 30655b4Copy full SHA for 30655b4
libc/src/strings/CMakeLists.txt
@@ -3,7 +3,6 @@ function(add_bcmp bcmp_name)
3
SRCS ${LIBC_SOURCE_DIR}/src/strings/bcmp.cpp
4
HDRS ${LIBC_SOURCE_DIR}/src/strings/bcmp.h
5
DEPENDS
6
- libc.include.string
7
libc.src.string.memory_utils.memory_utils
8
${ARGN}
9
)
@@ -28,7 +27,6 @@ function(add_bzero bzero_name)
28
27
SRCS ${LIBC_SOURCE_DIR}/src/strings/bzero.cpp
29
HDRS ${LIBC_SOURCE_DIR}/src/strings/bzero.h
30
31
32
libc.src.string.memory_utils.inline_memset
33
34
0 commit comments