summaryrefslogtreecommitdiffhomepage
path: root/src/thread/nt64/__set_thread_area.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/nt64/__set_thread_area.c')
-rw-r--r--src/thread/nt64/__set_thread_area.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/thread/nt64/__set_thread_area.c b/src/thread/nt64/__set_thread_area.c
index c50f6c6..834067a 100644
--- a/src/thread/nt64/__set_thread_area.c
+++ b/src/thread/nt64/__set_thread_area.c
@@ -1,3 +1,9 @@
+/**************************************************************************/
+/* mmglue: midipix architecture- and target-specific bits for musl libc */
+/* Copyright (C) 2013--2023 SysDeer Technologies, LLC */
+/* Released under the Standard MIT License; see COPYING.MMGLUE. */
+/**************************************************************************/
+
#include <errno.h>
#include "pthread_impl.h"