chiark / gitweb /
Prep v238: Uncomment now needed headers and unmask now needed functions in src/shared...
[elogind.git] / src / shared / musl_missing.c
index 5ce787bebf18cf5b4de3d5bb005642a17b668903..e089367f2db846307f0c912a7f303493f3c21982 100644 (file)
@@ -1,4 +1,26 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
+/***
+  This file is part of elogind.
+
+  Copyright 2017 Sven Eden
+
+  elogind is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
+  (at your option) any later version.
+
+  elogind is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with elogind; If not, see <http://www.gnu.org/licenses/>.
+***/
+
+#include <errno.h>
 #include <string.h>
+
 #include "alloc-util.h"
 
 #ifndef __GLIBC__