Hash :
d00ddf69
Author :
Date :
2017-10-12T23:18:12
doc: Update for Solaris 11.3. * doc/**/*.texi: For bugs that exist in both Solaris 11.0 and 11.3, mention Solaris 11.3. * m4/log2.m4: Fix comments. * m4/log2f.m4: Likewise. * m4/printf.m4: Update comments. * m4/rename.m4: Likewise. * m4/strncat.m4: Likewise.
@node strncat
@section @code{strncat}
@findex strncat
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncat.html}
Gnulib module: strncat
Portability problems fixed by Gnulib:
@itemize
@item
This function dereferences too much memory on some platforms:
Solaris 10 on SPARC, Solaris 11.0 on x86.
@item
This function cannot be called from plain inline or extern inline functions
on some platforms:
OS X 10.8.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize