diff options
Diffstat (limited to 'libbb/safe_gethostname.c')
-rw-r--r-- | libbb/safe_gethostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/safe_gethostname.c b/libbb/safe_gethostname.c index 3b24edb..1f8b2a8 100644 --- a/libbb/safe_gethostname.c +++ b/libbb/safe_gethostname.c @@ -33,7 +33,7 @@ * This is an illegal first character for a hostname. * The returned malloced string must be freed by the caller. */ -char *safe_gethostname(void) +char* FAST_FUNC safe_gethostname(void) { struct utsname uts; |