Hide internal __bsd_getpt function [BZ #18822]
commit3ee8209be761210dc6a8f121fd79231e7f364a9b
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:08:25 +0000 (1 16:08 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:08:42 +0000 (1 16:08 -0700)
tree9e7b20123e7051c6b6bd496c96fb1b76aef6dc05
parent6036fc38bf50d61ac5f09a435ce4622b586238ed
Hide internal __bsd_getpt function [BZ #18822]

Hide internal __bsd_getpt function to allow direct access within
libc.so and libc.a without using GOT nor PLT.

[BZ #18822]
* sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
attribute_hidden.
ChangeLog
sysdeps/unix/sysv/linux/getpt.c