venti: move os x linker hack
This commit is contained in:
parent
72281ecda8
commit
b41e39aa1a
1 changed files with 6 additions and 5 deletions
|
|
@ -9,11 +9,6 @@ static ArenaPart *configarenas(char *file);
|
|||
static ISect *configisect(char *file);
|
||||
static Bloom *configbloom(char *file);
|
||||
|
||||
void
|
||||
needmainindex(void)
|
||||
{
|
||||
}
|
||||
|
||||
int
|
||||
initventi(char *file, Config *conf)
|
||||
{
|
||||
|
|
@ -250,3 +245,9 @@ configbloom(char *file)
|
|||
return b;
|
||||
}
|
||||
|
||||
/* for OS X linker, which only resolves functions, not data */
|
||||
void
|
||||
needmainindex(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue