OSDN Git Service

libc: Fix _obstack_newchunk public symbol vis
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 28 Jun 2013 13:14:46 +0000 (15:14 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 28 Jun 2013 13:14:46 +0000 (15:14 +0200)
commit736d9eee2731ba8c442ada629b14f4887cafaae2
treecb0417bce06cfeb191b6c03d8a2ebe63077e3c6a
parent975bca165c3e10e74c05c0384fd58f45a7025a3c
libc: Fix _obstack_newchunk public symbol vis

975bca165c3e10e74c05c0384fd58f45a7025a3c avoided relocations to
_obstack_newchunk used by obstack_vprintf but missed to enable the
corresponding public symbol which is used by the obstack macros.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/misc/gnu/obstack.c