Micha�� Rostecki changed bug 1178241
What Removed Added
Status NEW IN_PROGRESS

Comment # 2 on bug 1178241 from
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.


You are receiving this mail because: