Skip to content

Commit 3076138

Browse files
committed
Enable building on GNU/Hurd
1 parent 60c58ac commit 3076138

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bwashm.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#include <stdio.h>
1010
#include "bwa.h"
1111

12+
#ifndef PATH_MAX
13+
# define PATH_MAX 1024
14+
#endif
15+
1216
int bwa_shm_stage(bwaidx_t *idx, const char *hint, const char *_tmpfn)
1317
{
1418
const char *name;

0 commit comments

Comments
 (0)