diff options
Diffstat (limited to 'lib/libc/unistd/gethostname.c')
| -rw-r--r-- | lib/libc/unistd/gethostname.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/unistd/gethostname.c b/lib/libc/unistd/gethostname.c index a20808e1..5bd303f5 100644 --- a/lib/libc/unistd/gethostname.c +++ b/lib/libc/unistd/gethostname.c @@ -3,6 +3,8 @@ int gethostname(char *name, size_t namelen) { + (void)name; + (void)namelen; // TODO return 0; } |
