mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 02:42:45 +00:00
fix building on GNU Hurd
This commit is contained in:
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…
x
Reference in New Issue
Block a user