summaryrefslogtreecommitdiffstats
path: root/Src/exec.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-10-31 09:33:27 +0100
committerOliver Kiddle <opk@zsh.org>2025-10-31 09:33:27 +0100
commit6ac61e9a8f6392c1c625f9b46c834e87a357b8d4 (patch)
treeefb3847402d8a449ce83363f697cdefda3f7d437 /Src/exec.c
parentDan Drake: 53803: make adam1 prompt wrap len and ellipsized path configurable (diff)
downloadzsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar
zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.gz
zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.bz2
zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.lz
zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.xz
zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.tar.zst
zsh-6ac61e9a8f6392c1c625f9b46c834e87a357b8d4.zip
54007: remove some uses of mod_export that were likely unintended
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c
index d39b6f3ac..efc96d861 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -4828,7 +4828,7 @@ getoutput(char *cmd, int qt)
*/
/**/
-mod_export LinkList
+static LinkList
readoutput(int in, int qt, int *readerror)
{
LinkList ret;