1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/get-rusage-data
Bruno Haible 26a37f80ea gen-uni-tables, get-rusage-data, isatty: Use str_endswith.
* lib/gen-uni-tables.c (fill_attributes): Use str_endswith.
* lib/get-rusage-data.c (get_rusage_data_via_setrlimit): Likewise.
* lib/isatty.c (IsCygwinConsoleHandle): Likewise.
* modules/gen-uni-tables (Depends-on): Add str_endswith.
* modules/get-rusage-data (Depends-on): Likewise.
* modules/isatty (Depends-on): Likewise.
2025-01-03 10:38:58 +01:00

32 lines
385 B
Plaintext

Description:
Getter for RLIMIT_DATA: Returns the data segment size.
Files:
lib/resource-ext.h
lib/get-rusage-data.c
m4/mmap-anon.m4
Depends-on:
stdint-h
unistd-h
extensions
getpagesize
vma-iter
str_endswith
configure.ac:
AC_CHECK_FUNCS_ONCE([sbrk setrlimit])
gl_FUNC_MMAP_ANON
Makefile.am:
lib_SOURCES += get-rusage-data.c
Include:
"resource-ext.h"
License:
GPL
Maintainer:
all