]> code.delx.au - gnu-emacs/blobdiff - lib/unistd.in.h
* configure.ac (--enable-profiling): Doc fix.
[gnu-emacs] / lib / unistd.in.h
index 9115486cf37a094b94856a926af767555a647014..e904e512ee81d3ac05e4a9332f6ba201a62e2fee 100644 (file)
@@ -1318,7 +1318,7 @@ _GL_WARN_ON_USE (rmdir, "rmdir is unportable - "
 _GL_FUNCDECL_SYS (sethostname, int, (const char *name, size_t len)
                                     _GL_ARG_NONNULL ((1)));
 # endif
-/* Need to cast, because on Solaris 11 2011-10, MacOS X 10.5, IRIX 6.5
+/* Need to cast, because on Solaris 11 2011-10, Mac OS X 10.5, IRIX 6.5
    and FreeBSD 6.4 the second parameter is int.  On Solaris 11
    2011-10, the first parameter is not const.  */
 _GL_CXXALIAS_SYS_CAST (sethostname, int, (const char *name, size_t len));