grub/grub-core/lib/posix_wrap
Vladimir Serbinenko 064360e667 Remove libgcc dependency.
libgcc for boot environment isn't always present and compatible.
libgcc is often absent if endianness or bit-size at boot is different
from running OS.
libgcc may use optimised opcodes that aren't available on boot time.
So instead of relying on libgcc shipped with the compiler, supply
the functions in GRUB directly.
Tests are present to ensure that those replacement functions behave the
way compiler expects them to.
2015-03-03 20:50:37 +01:00
..
sys
assert.h
ctype.h
errno.h * grub-core/lib/posix_wrap/errno.h: Undefine errno before redefining. 2013-12-16 14:36:48 +01:00
inttypes.h
langinfo.h
limits.h
localcharset.h
locale.h
stdint.h
stdio.h
stdlib.h
string.h Remove libgcc dependency. 2015-03-03 20:50:37 +01:00
unistd.h
wchar.h Allow compilation with mingw64 albeit with warnings due to lack of 2013-10-15 18:03:19 +02:00
wctype.h Allow compilation with mingw64 albeit with warnings due to lack of 2013-10-15 18:03:19 +02:00