summaryrefslogtreecommitdiff
path: root/tar/bsdtar_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'tar/bsdtar_windows.h')
-rw-r--r--tar/bsdtar_windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tar/bsdtar_windows.h b/tar/bsdtar_windows.h
index 61fb2a95..6480ac30 100644
--- a/tar/bsdtar_windows.h
+++ b/tar/bsdtar_windows.h
@@ -41,6 +41,8 @@
#include <string.h> /* Must include before redefining 'strdup' */
#define strdup _strdup
+#define read _read
+#define getcwd _getcwd
#define chdir __tar_chdir
int __tar_chdir(const char *);