aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/s_path.c')
-rw-r--r--pd/src/s_path.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/pd/src/s_path.c b/pd/src/s_path.c
index 14620eac..97591d4c 100644
--- a/pd/src/s_path.c
+++ b/pd/src/s_path.c
@@ -30,6 +30,13 @@
#include <fcntl.h>
#include <ctype.h>
+#ifdef _LARGEFILE64_SOURCE
+# define open open64
+# define lseek lseek64
+# define fstat fstat64
+# define stat stat64
+#endif
+
t_namelist *sys_externlist;
t_namelist *sys_searchpath;
t_namelist *sys_helppath;