Function report |
Source Code:kernel\sys.c |
Create Date:2022-07-28 09:20:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rlim_to_rlim64
Proto:static void rlim_to_rlim64(const struct rlimit *rlim, struct rlimit64 *rlim64)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct rlimit * | rlim | |
struct rlimit64 * | rlim64 |
1506 | If rlim_cur == RLIM_INFINITY Then rlim_cur = RLIM64_INFINITY |
1510 | If rlim_max == RLIM_INFINITY Then rlim_max = RLIM64_INFINITY |
Name | Describe |
---|---|
SYSCALL_DEFINE4 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |