修改__cplusplus->__cpluscplus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _BPF_CONFIG_H_
|
||||
#define _BPF_CONFIG_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef __cpluscplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -46,7 +46,7 @@ struct
|
||||
__uint(max_entries, 16);
|
||||
} bpf_config_map SEC(".maps");
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user