diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-06-14 14:27:06 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-06-14 14:27:06 +0200 |
commit | 975bca165c3e10e74c05c0384fd58f45a7025a3c (patch) | |
tree | f248f806055853ffd0b67a5ae0cebd3b5faf202d /include/obstack.h | |
parent | 10d12e77d5cdffd064719356a87f839225916a4a (diff) |
libc: hide obstack relocations
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/obstack.h')
-rw-r--r-- | include/obstack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/obstack.h b/include/obstack.h index 076df7d22..8ef0b7a45 100644 --- a/include/obstack.h +++ b/include/obstack.h @@ -179,6 +179,7 @@ struct obstack /* control current object in current chunk */ /* Declare the external functions we use; they are in obstack.c. */ extern void _obstack_newchunk (struct obstack *, int); +libc_hidden_proto(_obstack_newchunk) extern int _obstack_begin (struct obstack *, int, int, void *(*) (long), void (*) (void *)); extern int _obstack_begin_1 (struct obstack *, int, int, |