uloop: make first_timeout static
This commit is contained in:
parent
db19e64c1a
commit
e44dbfb102
1 changed files with 1 additions and 1 deletions
2
uloop.c
2
uloop.c
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
#define ULOOP_MAX_EVENTS 10
|
||||
|
||||
struct uloop_timeout *first_timeout;
|
||||
static struct uloop_timeout *first_timeout;
|
||||
static int poll_fd;
|
||||
bool uloop_cancelled = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue