diff options
Diffstat (limited to 'lib/pthread_safe.c')
-rw-r--r-- | lib/pthread_safe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pthread_safe.c b/lib/pthread_safe.c index 92d63074..169e5e8f 100644 --- a/lib/pthread_safe.c +++ b/lib/pthread_safe.c @@ -570,7 +570,7 @@ safe_inet_ntoa (struct in_addr in) /*------------------------------------------------------------------------------ * Construct string for given IP family/address. * - * Requires buffer of at least SU_ADDRSTRLEN characters. + * Returns struct with embedded string. */ extern str_iptoa_t siptoa(sa_family_t family, const void* address) |