From c9436d428586d501de341838b591bd59d29aa0d7 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 20 Aug 2019 12:54:51 -0400 Subject: initial version --- src/threads/thrd_start_t.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/threads/thrd_start_t.c (limited to 'src/threads/thrd_start_t.c') 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 *); -- cgit v1.2.1