Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Issue 219483003: Fix for x64 Android. __unused is #defined elsewhere. (Closed)

Created:
6 years, 8 months ago by Anton
Modified:
6 years, 8 months ago
Reviewers:
Mark Seaborn
CC:
rmcilroy, chromium-reviews
Visibility:
Public.

Description

Fix for x64. __unused is #defined elsewhere. Recent versions of NDK do not define __off64_t, changed to int64_t. BUG=346626 R=mseaborn@chromium.org Committed: 25

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix for alternative Linux compiler configuration #

Total comments: 1

Patch Set 3 : Changed to int64_t #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M linux_syscall_support.h View 1 2 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Anton
Hi, This fix is needed for compilation of Android for x64. It looks like try ...
6 years, 8 months ago (2014-04-01 12:42:18 UTC) #1
Anton
6 years, 8 months ago (2014-04-02 11:00:51 UTC) #2
Mark Seaborn
https://codereview.chromium.org/219483003/diff/1/linux_syscall_support.h File linux_syscall_support.h (right): https://codereview.chromium.org/219483003/diff/1/linux_syscall_support.h#newcode2933 linux_syscall_support.h:2933: off64_t o) { You didn't comment this part in ...
6 years, 8 months ago (2014-04-02 16:20:28 UTC) #3
Anton
On 2014/04/02 16:20:28, Mark Seaborn wrote: > https://codereview.chromium.org/219483003/diff/1/linux_syscall_support.h > File linux_syscall_support.h (right): > > https://codereview.chromium.org/219483003/diff/1/linux_syscall_support.h#newcode2933 ...
6 years, 8 months ago (2014-04-02 16:29:51 UTC) #4
Mark Seaborn
On 2 April 2014 09:29, <anton@chromium.org> wrote: > On 2014/04/02 16:20:28, Mark Seaborn wrote: > ...
6 years, 8 months ago (2014-04-02 17:19:02 UTC) #5
Anton
On 2014/04/02 17:19:02, Mark Seaborn wrote: > On 2 April 2014 09:29, <mailto:anton@chromium.org> wrote: > ...
6 years, 8 months ago (2014-04-02 17:25:00 UTC) #6
Mark Seaborn
https://codereview.chromium.org/219483003/diff/20001/linux_syscall_support.h File linux_syscall_support.h (right): https://codereview.chromium.org/219483003/diff/20001/linux_syscall_support.h#newcode2936 linux_syscall_support.h:2936: off64_t o) { How about just using int64_t here?
6 years, 8 months ago (2014-04-02 17:27:37 UTC) #7
Anton
On 2014/04/02 17:27:37, Mark Seaborn wrote: > https://codereview.chromium.org/219483003/diff/20001/linux_syscall_support.h > File linux_syscall_support.h (right): > > https://codereview.chromium.org/219483003/diff/20001/linux_syscall_support.h#newcode2936 ...
6 years, 8 months ago (2014-04-02 17:43:35 UTC) #8
Anton
On 2014/04/02 17:43:35, Anton wrote: > On 2014/04/02 17:27:37, Mark Seaborn wrote: > > https://codereview.chromium.org/219483003/diff/20001/linux_syscall_support.h ...
6 years, 8 months ago (2014-04-02 18:26:24 UTC) #9
Mark Seaborn
LGTM. I've given you commit rights, so you can commit this. Can you update lss_revision ...
6 years, 8 months ago (2014-04-03 14:44:41 UTC) #10
Anton
6 years, 8 months ago (2014-04-04 11:20:54 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 manually as r25 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698