]> andersk Git - openssh.git/blobdiff - defines.h
- (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
[openssh.git] / defines.h
index 93b5c87d0023bfe1499f0c556400b5e0820fa46a..b21235fddc5e9d53a2d434ab2f64c6d58e228313 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -424,6 +424,10 @@ struct winsize {
 # define __attribute__(x)
 #endif /* !defined(__GNUC__) || (__GNUC__ < 2) */
 
+#ifndef __dead
+# define __dead        __attribute__((noreturn))
+#endif
+
 /* *-*-nto-qnx doesn't define this macro in the system headers */
 #ifdef MISSING_HOWMANY
 # define howmany(x,y)  (((x)+((y)-1))/(y))
This page took 0.092502 seconds and 4 git commands to generate.