Mercurial > hg > octave-lojdl > gnulib-hg
view modules/get-rusage-as @ 16105:a2d45c112907
Depend on module fcntl-h when AT_FDCWD is used.
* modules/utimens (Depends-on): Add fcntl-h.
* modules/areadlinkat (Depends-on): Likewise.
* modules/areadlinkat-with-size (Depends-on): Likewise.
* modules/faccessat (Depends-on): Likewise.
* modules/fchmodat (Depends-on): Likewise.
* modules/fchownat (Depends-on): Likewise.
* modules/getcwd (Depends-on): Likewise.
* modules/mkdirat (Depends-on): Likewise.
* modules/mkfifoat (Depends-on): Likewise.
* modules/readlinkat (Depends-on): Likewise.
* modules/symlinkat (Depends-on): Likewise.
* modules/dup2-tests (Depends-on): Likewise.
* modules/fdutimensat-tests (Depends-on): Likewise.
* modules/futimens-tests (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 19 Nov 2011 21:07:36 +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