acrn-kernel/arch/um
Paolo 'Blaisorblade' Giarrusso 74433c0fe1 [PATCH] Hostfs: update for new glibc - add missing symbol exports
Today, when compiling UML, I got warnings for two used unexported symbols:
readdir64 and truncate64. Indeed, my glibc headers are aliasing readdir to
readdir64 and truncate to truncate64 (and so on).

I'm then adding additional exports. Since I've no idea if the symbols where
always provided in the supported glibc's, I've added weak definitions too.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-12-29 09:48:15 -08:00
..
drivers [PATCH] uml: fix daemon transport exit path bug 2005-11-13 18:14:15 -08:00
include [PATCH] uml skas0: stop gcc's insanity 2005-12-18 11:19:44 -08:00
kernel [PATCH] uml skas0: stop gcc's insanity 2005-12-18 11:19:44 -08:00
os-Linux [PATCH] Hostfs: update for new glibc - add missing symbol exports 2005-12-29 09:48:15 -08:00
scripts [PATCH] uml: arch/um/scripts/Makefile.rules - remove duplicated code 2005-12-18 11:19:44 -08:00
sys-i386 [PATCH] uml: properly invoke x86_64 system calls 2005-11-22 09:13:41 -08:00
sys-ia64
sys-ppc
sys-x86_64 [PATCH] uml: properly invoke x86_64 system calls 2005-11-22 09:13:41 -08:00
Kconfig [PATCH] uml - fix some funkiness in Kconfig 2005-12-18 11:19:44 -08:00
Kconfig.char
Kconfig.debug
Kconfig.i386 [PATCH] uml: fixups for "reuse i386 cpu-specific tuning" 2005-11-13 18:14:14 -08:00
Kconfig.net
Kconfig.scsi
Kconfig.x86_64 [PATCH] uml: fix "reuse i386 cpu optimizations" 2005-10-30 17:37:16 -08:00
Makefile [PATCH] uml: eliminate anonymous union and clean up symlink lossage 2005-11-22 09:13:41 -08:00
Makefile-i386 [PATCH] uml: fixups for "reuse i386 cpu-specific tuning" 2005-11-13 18:14:14 -08:00
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas
Makefile-tt
Makefile-x86_64 [PATCH] uml: fix dynamic linking on some 64-bit distros 2005-12-18 11:19:44 -08:00
config.release
defconfig