mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
Re-normalizing the repo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _LINUX_RBTREE_H
|
||||
#define _LINUX_RBTREE_H
|
||||
#define _LINUX_RBTREE_H
|
||||
|
||||
#if defined (__GNUC__)
|
||||
#elif defined (MSVC)
|
||||
@@ -17,11 +17,11 @@ struct rb_node {
|
||||
|
||||
struct rb_root {
|
||||
struct rb_node *rb_node; /* root of the tree */
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
|
||||
#if defined (__GNUC__)
|
||||
#define RB_ROOT ((struct rb_root){NULL})
|
||||
|
||||
Reference in New Issue
Block a user