summaryrefslogtreecommitdiffhomepage
path: root/src/process/nt32/vfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process/nt32/vfork.c')
-rw-r--r--src/process/nt32/vfork.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/process/nt32/vfork.c b/src/process/nt32/vfork.c
index b5fc74b..2bb846e 100644
--- a/src/process/nt32/vfork.c
+++ b/src/process/nt32/vfork.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 _GNU_SOURCE
#include <unistd.h>
#include "syscall.h"