about summary refs log tree commit diff
path: root/Src/Zle/zle_hist.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-02-20 15:27:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-02-20 15:27:35 +0000
commit2073eca9f32a13df802e1dddf8fc23c5b99ff921 (patch)
tree7bb29e52e5d25284accc017db570db14cd236035 /Src/Zle/zle_hist.c
parent01c29ffd950352f7ce638fb9e75778bc1bb20454 (diff)
downloadzsh-2073eca9f32a13df802e1dddf8fc23c5b99ff921.tar.gz
zsh-2073eca9f32a13df802e1dddf8fc23c5b99ff921.tar.xz
zsh-2073eca9f32a13df802e1dddf8fc23c5b99ff921.zip
19456: Fix ptmx tests, again.
Diffstat (limited to 'Src/Zle/zle_hist.c')
-rw-r--r--Src/Zle/zle_hist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c
index 1c17defc7..b24db660c 100644
--- a/Src/Zle/zle_hist.c
+++ b/Src/Zle/zle_hist.c
@@ -660,9 +660,10 @@ pushinput(char **args)
     return ret;
 }
 
+/* Renamed to avoid clash with library function */
 /**/
 int
-getline(char **args)
+zgetline(char **args)
 {
     char *s = (char *)getlinknode(bufstack);