Displaying 2 results from an estimated 2 matches for "etrlimit".
Did you mean:
setrlimit
2000 Dec 21
2
[PATCH]: Compile cleanly under Cygwin
Hi,
the attached patch is relative to the current CVS content. It's needed
to build and compile cleanly under Cygwin. The problem are the
functions setrlimit/getrlimit. I have added checks for getrlimit, sysconf
and setdtablesize to configure.in and appropriate checks in the source
code.
Corinna
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com
-------------- next part --------------
An embedded and charset-unspecified...
2010 Jul 17
0
mksh on klibc
...expr.c histrap.o lex.c misc.o sh.h strlcpy.c tree.o
^C
I?d greatly appreciate if someone could look into this (it
used to work with earlier klibc versions, but they had the
kernel header (getrusage) and missing function issues that
have been fixed in later versions ? now only {g,s}etrlimit
are missing, hence -DMKSH_NO_LIMITS).
I?d really like to get rid of dietlibc on most architectu-
res for /bin/mksh-static and use klibc instead, it appears
to be better working and more actively maintained. (Maybe,
with mksh R40, which will have transitions in functionali-
ty, which is why I?d not...