Implement __is_constexpr() function macro in the LinuxKPI.
Bump the FreeBSD version. MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
8c32f0d8ad
commit
f27f87cbc2
@ -561,4 +561,7 @@ linux_ratelimited(linux_ratelimit_t *rl)
|
||||
((num) > __max) ? SIZE_MAX : (__size + sizeof((ptr)->field[0]) * (num)); \
|
||||
})
|
||||
|
||||
#define __is_constexpr(x) \
|
||||
__builtin_constant_p(x)
|
||||
|
||||
#endif /* _LINUX_KERNEL_H_ */
|
||||
|
@ -60,7 +60,7 @@
|
||||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1300096 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1300097 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
Loading…
x
Reference in New Issue
Block a user