fix building on GNU Hurd

deque
Bret Curtis 11 years ago
parent 4e521d1aca
commit bb1fe23f9c

@ -37,6 +37,10 @@ static const char pipe_err[] = "!!! Failed to create pipe\n";
static const char fork_err[] = "!!! Failed to fork debug process\n";
static const char exec_err[] = "!!! Failed to exec debug process\n";
#ifndef PATH_MAX /* Not all platforms (GNU Hurd) have this. */
# define PATH_MAX 256
#endif
static char argv0[PATH_MAX];
static char altstack[SIGSTKSZ];

Loading…
Cancel
Save