Mercurial > hg > octave-lojdl > gnulib-hg
view modules/socklen @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | 2081227303c5 |
children |
line wrap: on
line source
Description: Declare socklen_t in config.h if the system doesn't have it. Files: m4/socklen.m4 Depends-on: configure.ac: gl_TYPE_SOCKLEN_T Makefile.am: Include: #include <sys/types.h> #if HAVE_SYS_SOCKET_H # include <sys/socket.h> #elif HAVE_WS2TCPIP_H # include <ws2tcpip.h> #endif License: unlimited Maintainer: Simon Josefsson