diff options
Diffstat (limited to 'posix/tst-getaddrinfo.c')
-rw-r--r-- | posix/tst-getaddrinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-getaddrinfo.c b/posix/tst-getaddrinfo.c index a37a8d62d9..84929f57e4 100644 --- a/posix/tst-getaddrinfo.c +++ b/posix/tst-getaddrinfo.c @@ -23,7 +23,7 @@ #include <netinet/in.h> #include <netdb.h> -int +static int do_test (void) { const int family[3] = { AF_INET, AF_INET6, AF_UNIX }; |