This is the mail archive of the
libc-ports@sources.redhat.com
mailing list for the libc-ports project.
lseek64 on arm
- From: "Bridge Wu" <mingqiao dot wu at gmail dot com>
- To: libc-ports at sourceware dot org
- Date: Tue, 7 Aug 2007 10:30:47 +0800
- Subject: lseek64 on arm
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ast6QdQqElKIo0tUzMtF/uGNcCOs9VlAN3d8RP5iv/jHYsoeDax8g1WILromuDCJapQwbPgLFAYsMcQnAl89cquGCdUFITrhYoO5VVfo95U4O904diGpqESIjgOYUVPRwyBmi7sN6dHuXye3Cg6PgmkXfI6oKtoktH2kw5GnTHo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KhSfPFUyuQ5qXsPHk9ldEO69bMvrq9PC99NOfV4MLK+Px4jaJft6eDJNyPAeyTt9rrZw7E5zY+2iasEOr2z1yNYnd3GOmYJd/Xa7FZnaBWIPuTem4InPguGxkYxkUqkTA0qzjlaUURbvHGLKXcYNFJNJDI/BuozACpvqNEHJxis=
Hello,
I just went through glibc-2.5 with glibc-ports-2.5 code. It seemed it
did not support lseek64 on arm. Suppose we have a file whose size is
larger than 4GB, how do we access it? lseek64 always return -1 since
it is not supported by arm tool chain.
--
best regards,
Bridge