]> sourceware.org Git - glibc.git/commit
Mark internal netlink functions with attribute_hidden [BZ #18822]
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 22:56:04 +0000 (15:56 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 22:56:27 +0000 (15:56 -0700)
commit0389a6aaae6d07f69de5b42345293ec578337de2
tree511cd267d840c729b617fe7ded69df4e7d2fc3bd
parentd48354d86087ba63acb7e2b20fb604c0b6ba4352
Mark internal netlink functions with attribute_hidden [BZ #18822]

Mark internal netlink functions with attribute_hidden to allow direct
access within libc.so and libc.a without using GOT nor PLT.

[BZ #18822]
* sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_open): Add
attribute_hidden.
(__netlink_close): Likewise.
(__netlink_free_handle): Likewise.
(__netlink_request): Likewise.
ChangeLog
sysdeps/unix/sysv/linux/netlinkaccess.h
This page took 0.0393869999999999 seconds and 5 git commands to generate.