[PATCH] misc: Link tst-mkstemp-fuse-parallel with $(shared-thread-library)
Florian Weimer
fweimer@redhat.com
Tue Sep 24 10:54:17 GMT 2024
The barrier functions require this on Hurd.
---
misc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/Makefile b/misc/Makefile
index 1422c95317..a932b1aab4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -381,3 +381,4 @@ $(objpfx)tst-select: $(librt)
$(objpfx)tst-select-time64: $(librt)
$(objpfx)tst-pselect: $(librt)
$(objpfx)tst-pselect-time64: $(librt)
+$(objpfx)tst-mkstemp-fuse-parallel: $(shared-thread-library)
base-commit: bc259754c182951af9f4219b7da669d8cd466ce7
More information about the Libc-alpha
mailing list