__NORETURN__->__attribute__, GCC-dependency really not a problem :-)
authorshort <>
Sat, 22 Sep 2001 02:41:56 +0000 (02:41 +0000)
committershort <>
Sat, 22 Sep 2001 02:41:56 +0000 (02:41 +0000)
src/flock.c

index e256676..41c3fe7 100644 (file)
@@ -18,7 +18,8 @@ int verbose;
 
 char *pname;
 
-static __NORETURN void usage(void)
+static void usage(void) __attribute__((noreturn));
+static void usage(void)
 {
        fprintf(stderr,"\
 %s\