add __hidden suffix to _umtx_op_err, this eliminates PLT.

This commit is contained in:
David Xu 2008-04-03 02:13:51 +00:00
parent 4809e4fa4d
commit a6cba9400a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177869

View File

@ -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)