1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

add getrlimit and setrlimit wrappers

* README: Some rewording.

* configure.in: Check for getrlimit and setrlimit.

* libguile/posix.h:
* libguile/posix.c: Add some getrlimit and setrlimit wrappers. They're
  documented, but I suspect something else has to be done to get them
  into the manual.
This commit is contained in:
Andy Wingo 2009-03-27 15:06:41 -07:00
parent 0b6d8fdc28
commit 4ea9429edc
4 changed files with 182 additions and 4 deletions

8
README
View file

@ -229,10 +229,10 @@ that this is not the same "guile" as the one that is installed; this
"guile" is a wrapper script that sets up the environment appropriately,
then invokes the Guile binary.
You may also build against an uninstalled Guile build tree. The
"uninstalled-env" script in the "meta/" subdirectory will set up an
environment with a path including "meta/", a modified dynamic linker
path, a modified PKG_CONFIG_PATH, etc.
You may also build external packages against an uninstalled Guile build
tree. The "uninstalled-env" script in the "meta/" subdirectory will set
up an environment with a path including "meta/", a modified dynamic
linker path, a modified PKG_CONFIG_PATH, etc.
For example, you can enter this environment via invoking