Changeset 140942 in webkit


Ignore:
Timestamp:
Jan 27, 2013, 9:15:41 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[ANDROID] Fix a typo
https://bugs.webkit.org/show_bug.cgi?id=108046

Patch by Laszlo Gombos <Laszlo Gombos> on 2013-01-27
Reviewed by Adam Barth.

HAVE_NMAP -> HAVE_MMAP.

  • wtf/Platform.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r140930 r140942  
     12013-01-27  Laszlo Gombos  <l.gombos@samsung.com>
     2
     3        [ANDROID] Fix a typo
     4        https://bugs.webkit.org/show_bug.cgi?id=108046
     5
     6        Reviewed by Adam Barth.
     7
     8        HAVE_NMAP -> HAVE_MMAP.
     9
     10        * wtf/Platform.h:
     11
    1122013-01-27  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
    213
  • trunk/Source/WTF/wtf/Platform.h

    r140366 r140942  
    760760
    761761#define HAVE_ERRNO_H 1
    762 #define HAVE_NMAP 1
     762#define HAVE_MMAP 1
    763763#define HAVE_STRINGS_H 1
    764764#define HAVE_SYS_PARAM_H 1
Note: See TracChangeset for help on using the changeset viewer.