OSDN Git Service

Don't force O_LARGEFILE on LP64.
authorElliott Hughes <enh@google.com>
Fri, 20 Dec 2013 00:48:56 +0000 (16:48 -0800)
committerElliott Hughes <enh@google.com>
Fri, 20 Dec 2013 00:48:56 +0000 (16:48 -0800)
commit17cabe15d52528255829c9cff53a26bf4b3db61e
tree9fbdfad090111593e6899d8660a6a5dbb413b861
parented96db2a4f2fe5683407c3571d037bb7325544da
Don't force O_LARGEFILE on LP64.

aarch64's strace is confused by this, and it isn't necessary anyway.

Change-Id: Ib07b649eb1c38ff0296003874f73af78c47bc276
libc/bionic/open.cpp