]> granicus.if.org Git - check/commitdiff
Add a missing comment at the end of a #ifdef block
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 21 Jul 2013 21:03:20 +0000 (21:03 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 21 Jul 2013 21:03:20 +0000 (21:03 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@748 64e312b2-a51f-0410-8e61-82d0ca0eb02a

lib/libcompat.h

index 1889f0683ac0c7e6b1e318fec711dc34935078a3..eb98f624ad97095e9adb1b7bca4ba07c11e61f53 100644 (file)
@@ -124,7 +124,7 @@ struct itimerspec
     struct timespec it_interval;
     struct timespec it_value;
 };
-#endif
+#endif /* STRUCT_ITIMERSPEC_DEFINITION_MISSING */
 
 /* 
  * As the functions which use timer_t are not defined on the system,