Skip to content

Commit

Permalink
sethostname: ISO C does not allow extra `;' outside of a function
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 30, 2010
1 parent b5c3fed commit 04eff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libtest/sethostname.c
Expand Up @@ -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;
};
}

0 comments on commit 04eff9b

Please sign in to comment.