修改__cplusplus->__cpluscplus
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user