Tune up test feature macros for glibc 2.30
[platform/upstream/ltrace.git] / bits.h
diff --git a/bits.h b/bits.h
index 7dbe478..d4e25bf 100644 (file)
--- a/bits.h
+++ b/bits.h
  * 02110-1301 USA
  */
 
-#ifndef _BITS_H_
-#define _BITS_H_
+#ifndef BITS_H
+#define BITS_H
 
 #include <stdint.h>
 
 /* Count bits in U that are 1.  */
 unsigned bitcount(uint64_t u);
 
-#endif /* _BITS_H_ */
+#endif /* BITS_H */