about summary refs log tree commit diff
path: root/Src/utils.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/utils.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/utils.c')
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index f5667f389..f9c2d4a2b 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1023,7 +1023,7 @@ xsymlinks(char *s, int full)
  */
 
 /**/
-char *
+mod_export char *
 xsymlink(char *s, int heap)
 {
     if (*s != '/')