summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/libc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libnetworking/libc')
-rw-r--r--c/src/exec/libnetworking/libc/res_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/libnetworking/libc/res_config.h b/c/src/exec/libnetworking/libc/res_config.h
index 57ec414226..fbd1d694f7 100644
--- a/c/src/exec/libnetworking/libc/res_config.h
+++ b/c/src/exec/libnetworking/libc/res_config.h
@@ -14,7 +14,7 @@
#if defined(__rtems__)
u_int16_t _getshort(const u_char *src);
u_int32_t _getlong(const u_char *src);
-int gethostname (char *name, int namelen);
-int sethostname (char *name, int namelen);
+int gethostname (char *name, size_t namelen);
+int sethostname (char *name, size_t namelen);
int issetugid (void);
#endif