about summary refs log tree commit diff
path: root/Src/Zle/zle_main.c
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2020-02-24 10:55:48 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2020-02-24 10:55:48 +0000
commita6a1b28b9807c8c19d5fef424a86b86ddf33bc7f (patch)
treefccbe3e02b4d66c30cd2137c2bcf4dfca7f21a68 /Src/Zle/zle_main.c
parent50df0e0bb9309319af9a3ee59a31766d3f1ba6bf (diff)
downloadzsh-a6a1b28b9807c8c19d5fef424a86b86ddf33bc7f.tar.gz
zsh-a6a1b28b9807c8c19d5fef424a86b86ddf33bc7f.tar.xz
zsh-a6a1b28b9807c8c19d5fef424a86b86ddf33bc7f.zip
45487: Missing mod_export declarations for AIX
Diffstat (limited to 'Src/Zle/zle_main.c')
-rw-r--r--Src/Zle/zle_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c
index be68f4722..8c0534708 100644
--- a/Src/Zle/zle_main.c
+++ b/Src/Zle/zle_main.c
@@ -1056,7 +1056,7 @@ getrestchar(int inchar, char *outstr, int *outcount)
 #endif
 
 /**/
-void
+mod_export void
 redrawhook(void)
 {
     Thingy initthingy;