优化cons性能

This commit is contained in:
zhangzheng
2024-11-12 23:17:01 +08:00
parent 2f1ed5ae88
commit fb5de6c4f4
15 changed files with 79 additions and 25 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <sys/types.h>
#include "u_env.h"
#include "u_hd_man.h"
int app_load(const char *name, uenv_t *cur_env, pid_t *pid, char *argv[], int arg_cn, char *env[], int env_cn);
int app_load(const char *name, uenv_t *cur_env, pid_t *pid, char *argv[], int arg_cn, char *envp[], int envp_cn, obj_handler_t *p_sem_hd);