mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-21 12:20:29 +00:00
8380636: Add static asserts for mirrored library constants
Reviewed-by: cnorrbin, dholmes
This commit is contained in:
parent
c4199831b9
commit
64bbbe751b
@ -40,6 +40,8 @@
|
||||
// Inlined from <linux/magic.h> for portability.
|
||||
#ifndef CGROUP2_SUPER_MAGIC
|
||||
# define CGROUP2_SUPER_MAGIC 0x63677270
|
||||
#else
|
||||
STATIC_ASSERT(CGROUP2_SUPER_MAGIC == 0x63677270);
|
||||
#endif
|
||||
|
||||
// controller names have to match the *_IDX indices
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user