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/wordexp-test.c | |
parent | 784d802ea2b7f156f59e86b77d4f17ea9effaaba (diff) | |
download | glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.tar glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.tar.gz glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.tar.bz2 glibc-de149cdbaf9327b5dbb85b1a473fce5c6ec7951f.zip |
Make local functions static.
Diffstat (limited to 'posix/wordexp-test.c')
-rw-r--r-- | posix/wordexp-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/wordexp-test.c b/posix/wordexp-test.c index 79e094c3dc..35a9725a4c 100644 --- a/posix/wordexp-test.c +++ b/posix/wordexp-test.c @@ -208,7 +208,7 @@ struct test_case_struct static int testit (struct test_case_struct *tc); static int tests; -void +static void command_line_test (const char *words) { wordexp_t we; |