Hi, To read the following document, readers need to be familiar with autoconf.
https://www.gnu.org/software/gnulib/manual/html_node/Invoking-gnulib_002dtool.html
Does anyone have simple example autoconf configuration files that can
be used with gnulib to import a specific module so that users (wi
On OS/2 kLIBC, sa_family_t is unsigned char unless TCPV40HDRS is
defined.
* lib/sys_socket.in.h (sa_family_t): Typedef to unsigned char on
OS/2 kLIBC unless TCPV40HDRS is defined.
---
lib/sys_socket.in.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/lib/sys_socket.in.h b/lib/sys_socket