commit | ba52b3092f361580a5dea7ab8fbe2a227b55ee43 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Thu Apr 30 20:37:36 2009 -0700 |
committer | James Dong <jdong@google.com> | Thu Apr 30 20:37:36 2009 -0700 |
tree | 471f6de66b75e1659a425a5c6b136fae9763a290 | |
parent | d2c9dcc9265e66f6432ec39dcc7378b944449e60 [diff] [blame] |
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.
diff --git a/linker/linker.c b/linker/linker.c index 300a95c..63e04c7 100644 --- a/linker/linker.c +++ b/linker/linker.c
@@ -51,7 +51,7 @@ #include "ba.h" -#define SO_MAX 64 +#define SO_MAX 96 /* >>> IMPORTANT NOTE - READ ME BEFORE MODIFYING <<< *