venti: move os x linker hack
This commit is contained in:
parent
72281ecda8
commit
b41e39aa1a
@ -9,11 +9,6 @@ static ArenaPart *configarenas(char *file);
|
|||||||
static ISect *configisect(char *file);
|
static ISect *configisect(char *file);
|
||||||
static Bloom *configbloom(char *file);
|
static Bloom *configbloom(char *file);
|
||||||
|
|
||||||
void
|
|
||||||
needmainindex(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
int
|
||||||
initventi(char *file, Config *conf)
|
initventi(char *file, Config *conf)
|
||||||
{
|
{
|
||||||
@ -250,3 +245,9 @@ configbloom(char *file)
|
|||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for OS X linker, which only resolves functions, not data */
|
||||||
|
void
|
||||||
|
needmainindex(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user