thread-pointer: suffix include guard with _H
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Feb 2024 14:23:50 +0000 (09:23 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Feb 2024 14:36:46 +0000 (09:36 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id35f1cb103e1d68bde10785e44c5c16104f000d4

include/rseq/arch/generic/thread-pointer.h

index 7a4b68f4b7e768eeb8ac7b57a0e9f767eef6a0a7..300dfaaf97180afb20369c8872965d5a42a861ac 100644 (file)
@@ -5,8 +5,8 @@
  * rseq/arch/generic/thread-pointer.h
  */
 
-#ifndef _RSEQ_GENERIC_THREAD_POINTER
-#define _RSEQ_GENERIC_THREAD_POINTER
+#ifndef _RSEQ_GENERIC_THREAD_POINTER_H
+#define _RSEQ_GENERIC_THREAD_POINTER_H
 
 #ifdef __cplusplus
 extern "C" {
This page took 0.047921 seconds and 4 git commands to generate.