Mercurial > hg > octave-lojdl > gnulib-hg
view modules/get-rusage-as @ 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 | 996391c07734 |
children | dd46d4e6beea |
line wrap: on
line source
Description: Getter for RLIMIT_AS: Returns the current address space size. Files: lib/resource-ext.h lib/get-rusage-as.c m4/mmap-anon.m4 Depends-on: stdint unistd extensions getpagesize vma-iter configure.ac: AC_REQUIRE([AC_C_INLINE]) AC_CHECK_FUNCS_ONCE([setrlimit]) gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) Makefile.am: lib_SOURCES += get-rusage-as.c Include: "resource-ext.h" License: GPL Maintainer: Bruno Haible