mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
* modules/unistd-h: Renamed from modules/unistd. * modules/unistd-h-tests: Renamed from modules/unistd-tests. * modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests. * tests/test-unistd-h.c: Renamed from tests/test-unistd.c. * tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc. * doc/posix-headers/unistd.texi: Update. * doc/posix-functions/_exit.texi: Update. * modules/* (Depends-on): Update. * modules/unistd: New file.
27 lines
289 B
Plaintext
27 lines
289 B
Plaintext
Description:
|
|
Return amount of total/available physical memory.
|
|
|
|
Files:
|
|
lib/physmem.h
|
|
lib/physmem.c
|
|
m4/physmem.m4
|
|
|
|
Depends-on:
|
|
unistd-h
|
|
full-read
|
|
|
|
configure.ac:
|
|
gl_PHYSMEM
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += physmem.c
|
|
|
|
Include:
|
|
"physmem.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|