diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-01 18:35:59 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-01 18:35:59 +0000 |
commit | a4e44197ae0f6e237f118e5b30c01eb12c460ec4 (patch) | |
tree | fb6a23f8a1eaaba1e97869ca54245e5bd986045e /Src/compat.c | |
parent | 2c5eaba1971c212412eb212184ee724cf7d0ac70 (diff) | |
download | zsh-a4e44197ae0f6e237f118e5b30c01eb12c460ec4.tar.gz zsh-a4e44197ae0f6e237f118e5b30c01eb12c460ec4.tar.xz zsh-a4e44197ae0f6e237f118e5b30c01eb12c460ec4.zip |
zsh-workers/8843
Diffstat (limited to 'Src/compat.c')
-rw-r--r-- | Src/compat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Src/compat.c b/Src/compat.c index 7af984799..a7e4069d8 100644 --- a/Src/compat.c +++ b/Src/compat.c @@ -106,7 +106,7 @@ strerror(int errnum) /**/ -char * +mod_export char * zgetdir(struct dirsav *d) { char nbuf[PATH_MAX+3]; @@ -258,7 +258,7 @@ zgetcwd(void) * faliliure and -2 when chdir failed and the current directory is lost. */ /**/ -int +mod_export int zchdir(char *dir) { char *s; @@ -313,7 +313,7 @@ zchdir(char *dir) /**/ #ifdef ZSH_64_BIT_TYPE /**/ -char * +mod_export char * output64(zlong val) { static char llbuf[DIGBUFSIZE]; |