Browse Source

MT#56374 convert poller_map_add to static

Change-Id: I07b732efe030767a2b75c19357beada14af0ed0e
pull/1701/head
Richard Fuchs 2 years ago
parent
commit
577941c0aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/poller.c

+ 1
- 1
lib/poller.c View File

@ -51,7 +51,7 @@ struct poller_map *poller_map_new(void) {
return p; return p;
} }
void poller_map_add(struct poller_map *map) {
static void poller_map_add(struct poller_map *map) {
pthread_t tid = -1; pthread_t tid = -1;
struct poller *p; struct poller *p;
if (!map) if (!map)


Loading…
Cancel
Save