summaryrefslogtreecommitdiff
path: root/elf/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/eval.c')
-rw-r--r--elf/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/eval.c b/elf/eval.c
index 0fb6751a95..7d53671f6c 100644
--- a/elf/eval.c
+++ b/elf/eval.c
@@ -128,7 +128,7 @@ _start (void)
char *buf = NULL;
size_t bufsz = 0;
- while (getline (&buf, &bufsz, stdin) > 0)
+ while (__getline (&buf, &bufsz, stdin) > 0)
{
char *p = buf;
eval (&p);