Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/Inputs/stub.h')
-rw-r--r--bolt/test/Inputs/stub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bolt/test/Inputs/stub.h b/bolt/test/Inputs/stub.h
index 5c5b5d1f876a..a8b370e2c553 100644
--- a/bolt/test/Inputs/stub.h
+++ b/bolt/test/Inputs/stub.h
@@ -5,5 +5,6 @@ void *memcpy(void *dest, const void *src, unsigned long n);
void *memset(void *dest, int c, unsigned long n);
int printf(const char *format, ...);
void exit(int status);
+int puts(const char *s);
#endif