run: Don't kill children twice.
[dss.git] / gcc-compat.h
index 2622fd3dbabd3b5e570c7f706b02537e178316ca..1ce032da387f721059014ea5eafc102294d134b3 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #define HAVE_GNUC(maj, min) \
        defined(__GNUC__) && \
        (__GNUC__ > maj || (__GNUC__ == maj && __GNUC_MINOR__ >= min))
@@ -25,5 +26,3 @@
 #else
 # define __must_check  /* no warn_unused_result */
 #endif
-
-#define _static_inline_ static inline