修改__cplusplus->__cpluscplus

This commit is contained in:
luwenpeng
2023-04-28 17:45:13 +08:00
parent 7b55524b4f
commit e729c5cee9
8 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _BPF_OBJ_H_
#define _BPF_OBJ_H_
#ifdef __cplusplus
#ifdef __cpluscplus
extern "C"
{
#endif
@@ -24,7 +24,7 @@ void bpf_obj_unload(struct bpf_obj_ctx *ctx);
*/
int bpf_obj_attach(struct bpf_obj_ctx *ctx, int fd);
#ifdef __cplusplus
#ifdef __cpluscplus
}
#endif