pthread_sigmask: new module
[pspp] / doc / posix-functions / strerror_r.texi
index 5aaa1c64128b13a01ce65075830abb63bd0242d1..08b59ec0b094b9e46eb7e230d1b374792ea3cefe 100644 (file)
@@ -64,6 +64,11 @@ When the value is not in range or the buffer is too small, this
 function fails to leave a NUL-terminated string in the buffer on some
 platforms:
 glibc 2.13, FreeBSD 8.2, Solaris 10.
+@item
+When the value is out of range but the buffer is too small, this
+function does not always return the longest possible string on some
+platforms:
+OpenBSD 4.7.
 @end itemize
 
 Portability problems not fixed by Gnulib: