mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 07:14:50 +02:00
Namespace header inclusion protection macros
Use LIBBSD_, and remove trailing underscores.
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _SYS_TREE_H_
|
||||
#define _SYS_TREE_H_
|
||||
#ifndef LIBBSD_SYS_TREE_H
|
||||
#define LIBBSD_SYS_TREE_H
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
@@ -762,4 +762,4 @@ name##_RB_MINMAX(struct name *head, int val) \
|
||||
((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \
|
||||
(x) = (y))
|
||||
|
||||
#endif /* _SYS_TREE_H_ */
|
||||
#endif /* LIBBSD_SYS_TREE_H */
|
||||
|
Reference in New Issue
Block a user