signal: Document problem with type of SIGRTMIN, SIGRTMAX on OSF/1 5.1.
[gnulib.git] / doc / posix-headers / sys_socket.texi
index 0b008d2..dc975b6 100644 (file)
@@ -1,7 +1,7 @@
 @node sys/socket.h
 @section @file{sys/socket.h}
 
-POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/sys/socket.h.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html}
 
 Gnulib module: sys_socket
 
@@ -18,6 +18,10 @@ This header file is lacking the @code{SHUT_RD}, @code{SHUT_WR},
 @code{SHUT_RDWR} macros on some platforms, despite having the @code{shutdown}
 functions:
 emx+gcc.
+@item
+The @code{struct sockaddr_storage} type does not have a member @code{ss_family}
+on some platforms:
+AIX 7.1.
 @end itemize
 
 Portability problems not fixed by Gnulib: