summaryrefslogtreecommitdiffstats
path: root/arch/um/scripts
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2007-07-24 03:43:46 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-24 21:24:58 +0200
commit1a65f493c335abc3822291b52f3565776ce39a1b (patch)
tree63c2d36c9a779e45232c07dbbf55ca20c27d6618 /arch/um/scripts
parentfallocate syscall interface deficiency (diff)
downloadlinux-1a65f493c335abc3822291b52f3565776ce39a1b.tar.xz
linux-1a65f493c335abc3822291b52f3565776ce39a1b.zip
uml: fix string exporting on UML/i386
In 2.6.23-rc1, i386 fiddled its string support such that UML started getting undefined references from modules. The UML asm/string.h was including the i386 string.h, which defined __HAVE_ARCH_STR*, but the corresponding implementations weren't being pulled in. This is fixed by adding arch/i386/lib/string.h to the list of host architecture files to be pulled in to UML. A complication is that the libc exports file assumed that the generic strlen and strstr weren't in use (i.e. __HAVE_ARCH_STR is defined), then they aren't exported. This is untrue for strlen, which is exported in either case, so this logic is not needed. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/scripts')
0 files changed, 0 insertions, 0 deletions