9
0
Fork 0

svn_rev_606

remove malloc_bin_reloc()
This commit is contained in:
Sascha Hauer 2007-07-05 18:02:09 +02:00 committed by Sascha Hauer
parent e2f1a28306
commit 3c33700b0e
1 changed files with 0 additions and 10 deletions

View File

@ -546,16 +546,6 @@ static mbinptr av_[NAV * 2 + 2] = {
IAV(120), IAV(121), IAV(122), IAV(123), IAV(124), IAV(125), IAV(126), IAV(127)
};
void malloc_bin_reloc (ulong reloc_off)
{
unsigned long *p = (unsigned long *)(&av_[2]);
int i;
for (i=2; i<(sizeof(av_)/sizeof(mbinptr)); ++i) {
*p++ += reloc_off;
}
}
/* field-extraction macros */
#define first(b) ((b)->fd)