diff options
| author | James Dong <jdong@google.com> | 2009-04-30 20:37:36 -0700 |
|---|---|---|
| committer | James Dong <jdong@google.com> | 2009-04-30 20:37:36 -0700 |
| commit | ba52b3092f361580a5dea7ab8fbe2a227b55ee43 (patch) | |
| tree | 471f6de66b75e1659a425a5c6b136fae9763a290 | |
| parent | d2c9dcc9265e66f6432ec39dcc7378b944449e60 (diff) | |
| download | bionic-ba52b3092f361580a5dea7ab8fbe2a227b55ee43.zip bionic-ba52b3092f361580a5dea7ab8fbe2a227b55ee43.tar.gz bionic-ba52b3092f361580a5dea7ab8fbe2a227b55ee43.tar.bz2 | |
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.
| -rw-r--r-- | linker/linker.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<< * |
