From 8c6d4505329f94446084ca93eae10cd796d79a8d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 26 Jan 2019 22:41:05 -0500 Subject: new framework for building sources after gitlab migration --- nonstd/static/thread.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nonstd/static/thread.h (limited to 'nonstd/static/thread.h') diff --git a/nonstd/static/thread.h b/nonstd/static/thread.h new file mode 100644 index 00000000..00b40861 --- /dev/null +++ b/nonstd/static/thread.h @@ -0,0 +1,5 @@ +static struct per_thread *per_thread(void) +{ + static struct per_thread pt = {0}; + return &pt; +} -- cgit v1.2.1