Loading tests/libtest/sethostname.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
tests/libtest/sethostname.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; }