aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.h
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-10-09 17:28:49 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-10-09 17:28:49 +0200
commit0c6896f449e857baf10371301fe28dfb125a3208 (patch)
tree6845aa72ebc8d80531f73ca79761315011987d1a /lib.h
parent26f670cfb6941221acd19b5ed542a6bba60e963c (diff)
parenta28fcdabb7cf5828caa061f69b30c889f49b18e0 (diff)
downloadsparse-dev-0c6896f449e857baf10371301fe28dfb125a3208.tar.gz
Merge branch 'misc'
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index b35debc8..0b1d4492 100644
--- a/lib.h
+++ b/lib.h
@@ -44,7 +44,7 @@
#define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
#endif
-#ifndef PATH_MAX
+#ifdef __gnu_hurd__
#define PATH_MAX 4096 // Hurd doesn't define this
#endif