projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7f516
)
[libc] use stddef instead of string header
author
Guillaume Chatelet
<gchatelet@google.com>
Tue, 15 Sep 2020 20:09:50 +0000
(20:09 +0000)
committer
Guillaume Chatelet
<gchatelet@google.com>
Tue, 15 Sep 2020 20:12:55 +0000
(20:12 +0000)
libc/src/string/bzero.h
patch
|
blob
|
history
diff --git
a/libc/src/string/bzero.h
b/libc/src/string/bzero.h
index
a16e1d0
..
064800b
100644
(file)
--- a/
libc/src/string/bzero.h
+++ b/
libc/src/string/bzero.h
@@
-9,7
+9,7
@@
#ifndef LLVM_LIBC_SRC_STRING_BZERO_H
#define LLVM_LIBC_SRC_STRING_BZERO_H
-#include
"include/string.h"
+#include
<stddef.h> // size_t
namespace __llvm_libc {