summaryrefslogtreecommitdiff
path: root/lib/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/atomic.h')
-rw-r--r--lib/atomic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/atomic.h b/lib/atomic.h
index a53f3a2d05..b6db70375f 100644
--- a/lib/atomic.h
+++ b/lib/atomic.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_ATOMIC_H
-#define GNUTLS_ATOMIC_H
+#ifndef GNUTLS_LIB_ATOMIC_H
+#define GNUTLS_LIB_ATOMIC_H
#ifdef HAVE_STDATOMIC_H
# include <stdatomic.h>
@@ -78,4 +78,4 @@ inline static void gnutls_atomic_deinit(gnutls_atomic_uint_t x)
}
#endif
-#endif
+#endif /* GNUTLS_LIB_ATOMIC_H */