diff options
Diffstat (limited to 'src/env/nt32')
-rw-r--r-- | src/env/nt32/__copy_tls.c | 6 | ||||
-rw-r--r-- | src/env/nt32/__reset_tls.c | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/env/nt32/__copy_tls.c b/src/env/nt32/__copy_tls.c index b96f4ed..1242d8f 100644 --- a/src/env/nt32/__copy_tls.c +++ b/src/env/nt32/__copy_tls.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. */ +/**************************************************************************/ + #define _BSD_SOURCE #include <unistd.h> diff --git a/src/env/nt32/__reset_tls.c b/src/env/nt32/__reset_tls.c index 7b6b6a5..d5786f9 100644 --- a/src/env/nt32/__reset_tls.c +++ b/src/env/nt32/__reset_tls.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. */ +/**************************************************************************/ + #define _BSD_SOURCE #include <unistd.h> |