diff options
author | 2017-08-18 09:31:19 -0700 | |
---|---|---|
committer | 2017-08-18 09:31:33 -0700 | |
commit | 65a086db91d4e06074b461b8e99efcebe1416a3f (patch) | |
tree | 544ee0b4202889deeb1825b5bb862d0082ca4b3e /nss/nss_db/db-open.c | |
parent | Add NT_GNU_PROPERTY_TYPE_0 macros (diff) | |
download | glibc-65a086db91d4e06074b461b8e99efcebe1416a3f.tar.xz glibc-65a086db91d4e06074b461b8e99efcebe1416a3f.zip |
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 'nss/nss_db/db-open.c')
0 files changed, 0 insertions, 0 deletions