diff options
| author | Greg Hackmann <ghackmann@google.com> | 2018-11-27 12:41:32 -0800 |
|---|---|---|
| committer | Greg Hackmann <ghackmann@google.com> | 2018-12-06 16:34:12 +0000 |
| commit | 98f44878b28ba5818659abcae57c5d60431120ad (patch) | |
| tree | e6ed5448b8917c8c53ff3394fbba0c9e47f21045 /android/include/config.h | |
| parent | f635e68275de3b4515a1a25b984a9d7c805a5930 (diff) | |
| download | platform_external_ltp-98f44878b28ba5818659abcae57c5d60431120ad.tar.gz platform_external_ltp-98f44878b28ba5818659abcae57c5d60431120ad.tar.bz2 platform_external_ltp-98f44878b28ba5818659abcae57c5d60431120ad.zip | |
ANDROID: enable getrlimit03
Bug: 112483925
Test: mmm external/ltp
Test: adb shell /data/nativetest/ltp/testcases/bin/getrlimit03
Test: adb shell /data/nativetest64/ltp/testcases/bin/getrlimit03
(on aosp_cf_x86_64_phone-userdebug)
Change-Id: I7595384c79316e2cf0e2134d92cac8e942c595ff
Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'android/include/config.h')
| -rw-r--r-- | android/include/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/include/config.h b/android/include/config.h index 671025f31..2e0b54e90 100644 --- a/android/include/config.h +++ b/android/include/config.h @@ -320,6 +320,9 @@ /* Define to 1 if the system has the type `struct pt_regs'. */ #define HAVE_STRUCT_PT_REGS 1 +/* Define to 1 if the system has the type `struct rlimit64'. */ +#define HAVE_STRUCT_RLIMIT64 1 + /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */ #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 |
