]> granicus.if.org Git - strace/blobdiff - sigevent.h
nlattr: add unsigned int decoders that print in hex form
[strace] / sigevent.h
index 6b3bacfb1edba7cdcfa1b6a66b0af4f627a5f7e7..04c907923d8e97380881889d6a47eb804d1afb3c 100644 (file)
@@ -25,8 +25,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef SIGEVENT_H_
-#define SIGEVENT_H_
+#ifndef STRACE_SIGEVENT_H
+#define STRACE_SIGEVENT_H
 
 typedef struct {
        union {
@@ -44,4 +44,4 @@ typedef struct {
        } sigev_un;
 } struct_sigevent;
 
-#endif
+#endif /* !STRACE_SIGEVENT_H */