mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
hurd: Avoid PLTs for _hurd_port_locked_get/set
* sysdeps/hurd/include/hurd/port.h: New file.
This commit is contained in:
parent
c8c910ed9c
commit
c8c6e6d6d0
@ -4,6 +4,7 @@
|
||||
test-xfail-check-abi-libmachuser): Add.
|
||||
* sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename
|
||||
__libc_read and __libc_write to __read and __write.
|
||||
* sysdeps/hurd/include/hurd/port.h: New file.
|
||||
|
||||
2018-06-13 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
|
9
sysdeps/hurd/include/hurd/port.h
Normal file
9
sysdeps/hurd/include/hurd/port.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _HURD_PORT_H
|
||||
#include_next <hurd/port.h>
|
||||
libc_hidden_proto (_hurd_port_locked_get)
|
||||
libc_hidden_proto (_hurd_port_locked_set)
|
||||
#ifdef _HURD_PORT_H_HIDDEN_DEF
|
||||
libc_hidden_def (_hurd_port_locked_get)
|
||||
libc_hidden_def (_hurd_port_locked_set)
|
||||
#endif
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user