mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
add __hidden suffix to _umtx_op_err, this eliminates PLT.
This commit is contained in:
parent
4809e4fa4d
commit
a6cba9400a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue