diff options
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | 2025-04-23 14:28:29 +0200 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-04-23 22:20:34 +0200 |
commit | 2dcc57693c3ff1d4bcaa52f103633b1fc0042ba4 (patch) | |
tree | 1c5ebfae069e9480a03b92d9a302dbb88eba3c35 /lib/mount_util.c | |
parent | 08ac8aee19938ce86d45c5776c013bc4d9303750 (diff) | |
download | libfuse-2dcc57693c3ff1d4bcaa52f103633b1fc0042ba4.tar.gz |
Check if pthread_setname_np() exists before use it
Since pthread_setname_np() is the only pthread function that requires NPTL
and it basically only set thread name, let's check if pthread_setname_np()
does exist, otherwise let's not call pthread_setname_np() to shrink
dependencies.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Diffstat (limited to 'lib/mount_util.c')
0 files changed, 0 insertions, 0 deletions