diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-09-28 17:59:42 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-10-01 01:38:37 +0200 |
| commit | 304e4d065ca4ba7f8f966000a60ccea7f6056d19 (patch) | |
| tree | 8debbede49dd999692dc2f69a61394d03ee54412 /validation/optim/canonical-mul.c | |
| parent | 24bdaac6682c36f5f7878321e8f9eb02c0993572 (diff) | |
| download | sparse-dev-304e4d065ca4ba7f8f966000a60ccea7f6056d19.tar.gz | |
fix Hurd PATH_MAX ...
The fix quickly added for Hurd not defining PATH_MAX is not correct:
the local define must be guaranteed to be done only after <limits.h>
is included, which is not.
Since this problem only exists with Hurd, simply conditionalize
the local define by __gnu_hurd__. Horrible but well ... Hurd.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim/canonical-mul.c')
0 files changed, 0 insertions, 0 deletions
