aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/newclone/pseudo_wrappers.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/newclone/pseudo_wrappers.c')
-rw-r--r--ports/linux/newclone/pseudo_wrappers.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/linux/newclone/pseudo_wrappers.c b/ports/linux/newclone/pseudo_wrappers.c
index 1fc6c59..5b137ee 100644
--- a/ports/linux/newclone/pseudo_wrappers.c
+++ b/ports/linux/newclone/pseudo_wrappers.c
@@ -1,3 +1,8 @@
+/*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ */
+
static int
wrap_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, va_list
ap) {