summaryrefslogtreecommitdiff
path: root/lib/atomic.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-05-08 07:46:40 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-08 07:46:40 +0000
commit664fc06c44301eb811a28b444f35dd8e3c688dea (patch)
tree5fbe7626602bdb11e91a8b7e5cd92ae792424657 /lib/atomic.h
parent03e1f6430150ef19d432e56d334b0f1d2424aeaa (diff)
parentd726c955344bbcda9b17c5b5f17785a68f0870b9 (diff)
downloadgnutls-664fc06c44301eb811a28b444f35dd8e3c688dea.tar.gz
Merge branch 'tmp-header-guards' into 'master'
Add or clean header guards in lib/ Closes #728 See merge request gnutls/gnutls!954
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 */