compiler.h: fix windows netfilter build error
nuttx\net\netfilter\ipt_sockopt.c(389,7): error C2059: syntax error: ')' nuttx\net\netfilter\ip6t_sockopt.c(387,7): error C2059: syntax error: ')' Co-authored-by: chenxiaoyi <chenxiaoyi@xiaomi.com> Co-authored-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
538582ede1
commit
cedb7f97de
|
@ -936,6 +936,8 @@
|
|||
# define syslog_like(a, b)
|
||||
# define scanf_like(a, b)
|
||||
# define strftime_like(a)
|
||||
# define object_size(o, t) ((size_t)-1)
|
||||
# define typeof __typeof__
|
||||
|
||||
# define FAR
|
||||
# define NEAR
|
||||
|
|
Loading…
Reference in New Issue