~itachi-san/telegram-desktop/breakpad

Viewing all changes in revision 1838.

  • Committer: Mike Frysinger
  • Author(s): Michael Forney
  • Date: 2020-03-17 06:30:52 UTC
  • Revision ID: git-v1:23e6fbf571a6638ce9642fc1f50baf1af0f54268
Use ULONG_MAX instead of __WORDSIZE to determine native ELF architecture

__WORDSIZE is an internal libc definition. Instead, we can use
ULONG_MAX from limits.h, whose value corresponds to the machine's
native word size.

This allows us to remove the fallback definition of __WORDSIZE in
the Android compatibility headers.

Bug: google-breakpad:631
Change-Id: I7b9e6f3b2121f78ccad9e32bf26acac518aefd8f
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2107100
Reviewed-by: Mike Frysinger <vapier@chromium.org>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: