From f97c2127a619c956f0a330f272877a3fa4074f94 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 29 Oct 2005 18:24:12 +1000 Subject: [BUILTIN] Disable ulimit if there is no getrlimit For systems without getrlimit (e.g., klibc) we will disable ulimit. In order to achieve this, builtins.def is now produced by cpp which allows us to use macros such as HAVE_GETRLIMIT in it. Thie also means that we can get rid of the cflags parsing code in mkbuiltins. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1940a8c..90ea632 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ * Added missing system.h inclusion for mempcpy. * Added default implementation of strsignal. * Added default implementation of killpg. + * Disable ulimit if there is no getrlimit. 2005-10-26 Herbert Xu -- cgit 1.4.1