add __hidden suffix to _umtx_op_err, this eliminates PLT.
This commit is contained in:
parent
4809e4fa4d
commit
a6cba9400a
@ -705,7 +705,7 @@ ssize_t __sys_write(int, const void *, size_t);
|
||||
void __sys_exit(int);
|
||||
#endif
|
||||
|
||||
int _umtx_op_err(void *, int op, u_long, void *, void *);
|
||||
int _umtx_op_err(void *, int op, u_long, void *, void *) __hidden;
|
||||
|
||||
static inline int
|
||||
_thr_isthreaded(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user