summaryrefslogtreecommitdiff
path: root/src/threads/thrd_start_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thrd_start_t.c')
-rw-r--r--src/threads/thrd_start_t.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads/thrd_start_t.c b/src/threads/thrd_start_t.c
new file mode 100644
index 00000000..2dc640c8
--- /dev/null
+++ b/src/threads/thrd_start_t.c
@@ -0,0 +1 @@
+typedef int (*thrd_start_t)(void *);