mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-30 04:04:54 +03:00
Undefine attribute_hidden to fix benchtests
Add an undefine of attribute_hidden since it may be defined in some cases (it must be defined since it is used by some hp-timing configurations). * benchtests/bench-timing.h (attribute_hidden): Undefine.
This commit is contained in:
parent
0f652f053e
commit
fbce6f7260
@ -1,3 +1,7 @@
|
|||||||
|
2018-03-19 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
|
* benchtests/bench-timing.h (attribute_hidden): Undefine.
|
||||||
|
|
||||||
2018-03-18 Richard Braun <rbraun@sceen.net>
|
2018-03-18 Richard Braun <rbraun@sceen.net>
|
||||||
|
|
||||||
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary
|
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
#undef attribute_hidden
|
||||||
#define attribute_hidden
|
#define attribute_hidden
|
||||||
#include <hp-timing.h>
|
#include <hp-timing.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user