moved some functions to sys.c
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-06 22:24:08 +00:00
parent fa90b72c85
commit 514b6dc96d
7 changed files with 340 additions and 145 deletions

View File

@ -505,6 +505,10 @@ HCL_EXPORT int hcl_sys_set_cloexec (
int v
);
HCL_EXPORT int hcl_sys_is_errno_wb (
int no
);
#if defined(__cplusplus)
}
#endif