mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
32 lines
385 B
Plaintext
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
|