mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 14:43:36 +00:00
* lib/binary-io.c, lib/math.c, lib/pthread.c, lib/sys_socket.c: * lib/u64.c, lib/unistd.c: Append 'typedef int dummy;', to pacify compilers that are picky about empty translation units.
5 lines
111 B
C
5 lines
111 B
C
#include <config.h>
|
|
#define _GL_SYS_SOCKET_INLINE _GL_EXTERN_INLINE
|
|
#include "sys/socket.h"
|
|
typedef int dummy;
|