diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:14:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:14:38 +0300 |
commit | fae4762eba9ff7bb466a600130e9c90eaac6b0bc (patch) | |
tree | 62711fe7cd511824b5f8a90ba1ba7b523d42e127 /vms/redirect.h | |
parent | bc70de7b3302d5a81515b901cae376b8b51d2004 (diff) | |
download | egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.gz egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.tar.bz2 egawk-fae4762eba9ff7bb466a600130e9c90eaac6b0bc.zip |
Move to gawk-3.1.1.
Diffstat (limited to 'vms/redirect.h')
-rw-r--r-- | vms/redirect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/redirect.h b/vms/redirect.h index 1ef3f061..707e2a28 100644 --- a/vms/redirect.h +++ b/vms/redirect.h @@ -115,6 +115,7 @@ extern int dup P((int)); extern int dup2 P((int, int)); extern int read P((int, void *, int)); extern int getpgrp P((void)); +extern void tzset P((void)); #endif /* not VMS_POSIX and not IN_CONFIG_H */ |