summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/llvm-c-test/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/tools/llvm-c-test/helpers.c')
-rw-r--r--gnu/llvm/tools/llvm-c-test/helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/tools/llvm-c-test/helpers.c b/gnu/llvm/tools/llvm-c-test/helpers.c
index 1ea8a4f6699..97fbaab6d6c 100644
--- a/gnu/llvm/tools/llvm-c-test/helpers.c
+++ b/gnu/llvm/tools/llvm-c-test/helpers.c
@@ -18,7 +18,7 @@
#define MAX_TOKENS 512
#define MAX_LINE_LEN 1024
-void tokenize_stdin(void (*cb)(char **tokens, int ntokens)) {
+void llvm_tokenize_stdin(void (*cb)(char **tokens, int ntokens)) {
char line[MAX_LINE_LEN];
char *tokbuf[MAX_TOKENS];