修改__cplusplus->__cpluscplus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _BPF_CONFIG_KERNEL_H_
|
||||
#define _BPF_CONFIG_KERNEL_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef __cpluscplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -54,7 +54,7 @@ static inline __u32 bpf_config_get_queue_num(struct bpf_config *config)
|
||||
return config->queue_num.val;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user