diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 20:26:07 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 20:26:07 +0000 |
commit | de149cdbaf9327b5dbb85b1a473fce5c6ec7951f (patch) | |
tree | cc14a903a8e159a33e86e8f15b309abd7fc3e65b /posix/tst-getaddrinfo.c | |
parent | 784d802ea2b7f156f59e86b77d4f17ea9effaaba (diff) | |
download | glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.tar.gz glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.tar.xz glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.zip |
Make local functions static.
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 }; |