Commit Diff


commit - cc44e26db4154e11a027442878e1e34bc521e58e
commit + 029a63f4cc2449a560a6ad36490f3ae27631bdca
blob - e83e196c254ef03fb7eeec1c996028ee967634be
blob + 43721af75e5fb7c4331fa895ce67714cf7d8aa5b
--- compat.h
+++ compat.h
@@ -144,4 +144,8 @@ long long	 strtonum(const char*, long long, long long,
 void		 setproctitle(const char*, ...);
 #endif
 
+#ifndef __dead
+#define __dead __attribute__((__noreturn__))
+#endif
+
 #endif /* COMPAT_H */