summaryrefslogtreecommitdiffhomepage
path: root/src/thread/nt32/pthread_detach.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/nt32/pthread_detach.c')
-rw-r--r--src/thread/nt32/pthread_detach.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/thread/nt32/pthread_detach.c b/src/thread/nt32/pthread_detach.c
index 6fbd241..a3cf1d7 100644
--- a/src/thread/nt32/pthread_detach.c
+++ b/src/thread/nt32/pthread_detach.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 "../thread/pthread_detach.c"
int __pthread_detach_impl(pthread_t t)