From 8a93913d2652b0f3f42b5d2d9214e16a1f115494 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 27 Dec 2000 00:13:57 +0000 Subject: * cygwin.din: Add symbols for `getrlimit' and `setrlimit'. * exceptions.cc (stackdump): Avoid creating stackdump when `rlim_core' is 0. * resource.cc: New global variable `rlim_core'. (getrlimit): New function. (setrlimit): Ditto. include/cygwin/version.h: Bump minor API version to 32 due to adding `getrlimit' and `setrlimit'. include/sys/resource.h: Add defines, types and prototypes for `getrlimit' and `setrlimit'. --- winsup/cygwin/cygwin.din | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 8bb86ec..c01a4b7 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -347,6 +347,8 @@ getpid _getpid = getpid getppid _getppid = getppid +getrlimit +_getrlimit = getrlimit getrusage _getrusage = getrusage gets @@ -622,6 +624,8 @@ setlocale _setlocale = setlocale setpgid _setpgid = setpgid +setrlimit +_setrlimit = setrlimit setsid _setsid = setsid settimeofday -- cgit v1.1