2002-12-26 Roland McGrath <roland@redhat.com>
* defs.h [LINUX && MIPS] (MAX_QUALS): Set to 5000, not 4999. From Daniel Jacobowitz <drow@false.org>.
This commit is contained in:
parent
044c8d2cea
commit
63d0146e83
4
defs.h
4
defs.h
@ -39,8 +39,8 @@
|
||||
|
||||
/* configuration section */
|
||||
#ifndef MAX_QUALS
|
||||
#if defined(linux) && defined(MIPS)
|
||||
#define MAX_QUALS 4999 /* maximum number of syscalls, signals, etc. */
|
||||
#if defined(LINUX) && defined(MIPS)
|
||||
#define MAX_QUALS 5000 /* maximum number of syscalls, signals, etc. */
|
||||
#else
|
||||
#define MAX_QUALS 2048 /* maximum number of syscalls, signals, etc. */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user