summaryrefslogtreecommitdiff
path: root/tools/common.c
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2024-11-27 20:55:42 +0100
committerVladimir Azarov <avm@intermediate-node.net>2024-11-27 22:10:44 +0100
commit06e5eea08d5c06fcca00a469608b288696ae81d1 (patch)
tree2d48b0542d36104fbaa73be50f28953990e9f27b /tools/common.c
parentf7789809675968b753f9b40e298d23b2f7ab4c61 (diff)
Include directive. Variable assignment from environment
Diffstat (limited to 'tools/common.c')
-rw-r--r--tools/common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/common.c b/tools/common.c
index 8f03978..5f24811 100644
--- a/tools/common.c
+++ b/tools/common.c
@@ -1,3 +1,9 @@
+/*
+ * This file is part of musl-mod: modified version of Musl libc library.
+ * musl-mod in general and this file specifically are available under
+ * MIT license. See COPYRIGHT file.
+ */
+
#define START "_start"
#include <crt_arch.h>
#include <bits/syscall.h.in>