Make fd_count function static in test_fd_tracker.c
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 25 Nov 2019 21:17:37 +0000 (16:17 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 25 Mar 2020 19:19:12 +0000 (15:19 -0400)
commitc86f3ebcffde8d41df8eb73893cf91357e607966
tree9d11a0756565a35510c520107a32453f911cb5ab
parent59255cd84de3d61b3399fb357963b4a6b3ab7857
Make fd_count function static in test_fd_tracker.c

Fixes:

      CC test_fd_tracker.o
    /home/smarchi/src/lttng-tools/tests/unit/test_fd_tracker.c:65:5:
    error: no previous declaration for ‘fd_count’
    [-Werror=missing-declarations] int fd_count(void) ^~~~~~~~

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: I02775d5d601211052b4cad323bc33623beabc8f9
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/unit/test_fd_tracker.c
This page took 0.025141 seconds and 4 git commands to generate.