summaryrefslogtreecommitdiff
path: root/CMake/pthread_mutex_recursive.c
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-05 15:21:34 +0500
commitdb214d1145e46d527a46d1fc2519548d2c4d23f1 (patch)
treecf0fd9922e4d54f6beb63888f9b28c8e2a787bdf /CMake/pthread_mutex_recursive.c
parent75fc94d6c71fe686f6dde5b41ad91cba2f6bdd6f (diff)
wip: fork
Diffstat (limited to 'CMake/pthread_mutex_recursive.c')
-rw-r--r--CMake/pthread_mutex_recursive.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMake/pthread_mutex_recursive.c b/CMake/pthread_mutex_recursive.c
deleted file mode 100644
index 2a058822f..000000000
--- a/CMake/pthread_mutex_recursive.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- FLTK feature test: do we have PTHREAD_MUTEX_RECURSIVE ?
-*/
-#include <pthread.h>
-int main() {
- return PTHREAD_MUTEX_RECURSIVE;
-}