]> Git Repo - uclibc-ng.git/commit
LT.old: reinstate build
authorBernhard Reutner-Fischer <[email protected]>
Mon, 14 Jan 2013 16:52:28 +0000 (17:52 +0100)
committerBernhard Reutner-Fischer <[email protected]>
Mon, 14 Jan 2013 16:52:28 +0000 (17:52 +0100)
commita586f419f5195ee5d7cb69c9c40263e01aec4289
treea04db334c34936574f6256d96f62337bce46b3e7
parenteddbf38ca49a4f03fc4e86737ea2ff62f33fac50
LT.old: reinstate build

As noted by Florian Fainelli:
  LD libpthread-0.9.34-git.so
libpthread/linuxthreads.old/libpthread_so.a(wrapsyscall.oS): In function `fcntl64':
wrapsyscall.c:(.text+0xd8): undefined reference to `__libc_fcntl64'
libpthread/linuxthreads.old/libpthread_so.a(wrapsyscall.oS): In function `lseek64':
wrapsyscall.c:(.text+0x190): undefined reference to `__libc_lseek64'
libpthread/linuxthreads.old/libpthread_so.a(wrapsyscall.oS): In function `pread64':
wrapsyscall.c:(.text+0x39c): undefined reference to `__libc_pread64'

Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
libc/sysdeps/linux/common/__syscall_fcntl64.c
libc/sysdeps/linux/common/lseek.c
libc/sysdeps/linux/common/pread_write.c
libpthread/linuxthreads.old/wrapsyscall.c
This page took 0.028251 seconds and 4 git commands to generate.