[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GRUB stdint.h is "leaky"
From: |
Bjørn Forsman |
Subject: |
GRUB stdint.h is "leaky" |
Date: |
Wed, 30 Nov 2016 16:42:26 +0100 |
Hi all,
I noticed that grub-core/lib/posix_wrap/stdint.h leaks symbols. It
pulls in <sys/types.h>, which in turn pulls in <grub/misc.h>. And that
is how we end up with symbols like "grub_printf" from stdint.h.
That's not what I'd expect :-)
Best regards,
Bjørn Forsman
- GRUB stdint.h is "leaky",
Bjørn Forsman <=