mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
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.
This commit is contained in:
parent
6036fc38bf
commit
3ee8209be7
@ -1,3 +1,9 @@
|
||||
2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #18822]
|
||||
* sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
|
||||
attribute_hidden.
|
||||
|
||||
2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
[BZ #18822]
|
||||
|
@ -31,7 +31,7 @@
|
||||
#define _PATH_DEVPTS _PATH_DEV "pts"
|
||||
|
||||
/* Prototype for function that opens BSD-style master pseudo-terminals. */
|
||||
int __bsd_getpt (void);
|
||||
extern int __bsd_getpt (void) attribute_hidden;
|
||||
|
||||
/* Open a master pseudo terminal and return its file descriptor. */
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user