parent
d0493f4726
commit
f4385255be
1 changed files with 2 additions and 0 deletions
|
@ -294,6 +294,8 @@ _obstack_free (struct obstack *h, void *obj)
|
|||
abort ();
|
||||
}
|
||||
|
||||
extern __typeof(_obstack_free) obstack_free __attribute__((alias("_obstack_free")));
|
||||
|
||||
_OBSTACK_SIZE_T
|
||||
_obstack_memory_used (struct obstack *h)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue