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

Issue 10540020: IWYU nit in ppapi_proxy (Closed)

Created:
8 years, 6 months ago by Roland McGrath
Modified:
8 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

IWYU nit in ppapi_proxy Technically one is always supposed to do #include <sys/types.h> before doing #include <sys/mman.h>. For the newlib <sys/mman.h> this actually matters, as otherwise off_t will be undefined when it's used in the mmap prototype. Newer libstdc++ no longer implicitly includes <sys/types.h> in places that it used to, so this nit is newly noticed. BUG= none TEST= none R=sehr@google.com Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=140777

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Roland McGrath
8 years, 6 months ago (2012-06-06 00:10:26 UTC) #1
sehr (please use chromium)
8 years, 6 months ago (2012-06-06 16:45:21 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698