summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/bsd_thread_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments/bsd_thread_name.c')
-rw-r--r--waftools/fragments/bsd_thread_name.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/waftools/fragments/bsd_thread_name.c b/waftools/fragments/bsd_thread_name.c
deleted file mode 100644
index c63fbd091b..0000000000
--- a/waftools/fragments/bsd_thread_name.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <pthread.h>
-#include <pthread_np.h>
-int main(int argc, char **argv) {
- pthread_set_name_np(pthread_self(), "ducks");
- return 0;
-}