Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-drm-fsl-dcu.git] / tools / lib / subcmd / parse-options.h
index 13a2cc1d6140532510962d28ebf595763b74dff2..d60cab2726dacdc1b1d4ab4922a5c7871aaa5e77 100644 (file)
@@ -4,6 +4,10 @@
 #include <stdbool.h>
 #include <stdint.h>
 
+#ifndef NORETURN
+#define NORETURN __attribute__((__noreturn__))
+#endif
+
 enum parse_opt_type {
        /* special types */
        OPTION_END,