diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-18 09:31:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-18 09:31:33 -0700 |
commit | 65a086db91d4e06074b461b8e99efcebe1416a3f (patch) | |
tree | 544ee0b4202889deeb1825b5bb862d0082ca4b3e /sysdeps/unix/sysv/linux/spawni.c | |
parent | 62753d2c09108550650ab83a69e99ca28d8bde3b (diff) | |
download | glibc-65a086db91d4e06074b461b8e99efcebe1416a3f.tar.gz |
Mark internal argz functions with attribute_hidden [BZ #18822]
Move internal argz function prototypes to include/argz.h and mark them
with attribute_hidden to allow direct access within libc.so and libc.a
without using GOT nor PLT. This also brings string/argz.h closer to the
gnulib version.
[BZ #18822]
* include/argz.h (__argz_create_sep): New function prototype.
(__argz_append): Likewise.
(__argz_add): Likewise.
(__argz_add_sep): Likewise.
(__argz_delete): Likewise.
(__argz_insert): Likewise.
(__argz_replace): Likewise.
* string/argz.h (__argz_create_sep): Removed.
(__argz_append): Likewise.
(__argz_add): Likewise.
(__argz_add_sep): Likewise.
(__argz_delete): Likewise.
(__argz_insert): Likewise.
(__argz_replace): Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/spawni.c')
0 files changed, 0 insertions, 0 deletions