1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01:00

45487: Missing mod_export declarations for AIX

This commit is contained in:
Peter Stephenson 2020-02-24 10:55:48 +00:00
parent 50df0e0bb9
commit a6a1b28b98
7 changed files with 12 additions and 6 deletions

View file

@ -496,7 +496,7 @@ zgetdir(struct dirsav *d)
*/
/**/
char *
mod_export char *
zgetcwd(void)
{
char *ret = zgetdir(NULL);