diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/sethostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/sethostname.c b/tests/libtest/sethostname.c index 667f689ae..4facfc66c 100644 --- a/tests/libtest/sethostname.c +++ b/tests/libtest/sethostname.c @@ -25,4 +25,4 @@ int gethostname(char *name, size_t namelen) { /* LD_PRELOAD used, but no hostname set, we'll just return a failure */ return -1; -}; +} |