Increase the limit of loaded shared libraries from 64 to 96 This change is required for OpenCORE 2.0
This is the same as Change 71 in master branch.
This commit is contained in:
parent
d2c9dcc926
commit
ba52b3092f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include "ba.h"
|
||||
|
||||
#define SO_MAX 64
|
||||
#define SO_MAX 96
|
||||
|
||||
/* >>> IMPORTANT NOTE - READ ME BEFORE MODIFYING <<<
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue