Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / sys_socket
index e76bcee..df78751 100644 (file)
@@ -2,19 +2,22 @@ Description:
 A POSIX-like <sys/socket.h>.
 
 Files:
+lib/sys_socket.c
 lib/sys_socket.in.h
 m4/sys_socket_h.m4
 m4/sockpfaf.m4
 
 Depends-on:
-alignof
-arg-nonnull
-c++defs
 errno
+extern-inline
 include_next
+snippet/arg-nonnull
+snippet/c++defs
+snippet/warn-on-use
 socklen
+ssize_t
+stdalign
 sys_uio
-warn-on-use
 
 configure.ac:
 gl_HEADER_SYS_SOCKET
@@ -22,6 +25,7 @@ AC_PROG_MKDIR_P
 
 Makefile.am:
 BUILT_SOURCES += sys/socket.h
+lib_SOURCES += sys_socket.c
 
 # We need the following in order to create <sys/socket.h> when the system
 # doesn't have one that works with the given compiler.