What | Removed | Added |
---|---|---|
Status | NEW | IN_PROGRESS |
Cilium doesn't use stdint.h on purpose - we don't want to have a dependency on glibc. But there is already a fix which does: # define __fetch(X) (__u32)(__u64)(&(X)) https://github.com/cilium/cilium/commit/e43c2fff3749614a0d5908df6f15db6ea96aed94 Let me push an update.