aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_path.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2007-07-20 03:25:21 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2007-07-20 03:25:21 +0000
commit1e45c6bafc8419930958103cc1651ff86cf5d84d (patch)
tree260d94049e3302f7fc833abd7a8d3479f0631e49 /pd/src/s_path.c
parentdaa1933fed59113296b8e044fc370587b068aea9 (diff)
various bug fixes.
svn path=/trunk/; revision=8186
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;