WIP/cpp -> next #31

닫힘
crtxcr WIP/cpp 에서 next 로 16 commits 를 머지하려 합니다
6개의 변경된 파일453개의 추가작업 그리고 52개의 파일을 삭제
Showing only changes of commit 732623fc6f - Show all commits

파일 보기

@@ -97,6 +97,11 @@
//don't mount recursive
#define EXILE_MOUNT_NOT_REC 1<<5
#ifdef __cplusplus
extern "C" {
#endif
/* Fine-granular approach available with landlock */
#if HAVE_LANDLOCK == 1
#define EXILE_FS_ALLOW_REMOVE_DIR (1 << 7)
@@ -2235,3 +2240,6 @@ char *exile_launch_get(struct exile_launch_params *launch_params, size_t *n)
*n = size;
return result;
}
#ifdef __cplusplus
}
#endif