From 06e5eea08d5c06fcca00a469608b288696ae81d1 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Wed, 27 Nov 2024 20:55:42 +0100 Subject: Include directive. Variable assignment from environment --- tools/common.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/common.c') 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 #include -- cgit v1.2.3