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

Unified Diff: src/include/win/port_win.h

Issue 1706613002: Fix getopt signature in port_win.h (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/shared/platform/win/port_win.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/include/win/port_win.h
diff --git a/src/include/win/port_win.h b/src/include/win/port_win.h
index a63b963cadaaa8d4dba072258a75f214b835be9e..790a8fe3e87ab29b1626cb12e71bb11af84728dc 100644
--- a/src/include/win/port_win.h
+++ b/src/include/win/port_win.h
@@ -140,7 +140,7 @@ EXTERN_C_BEGIN
/* arguments processing */
int ffs(int x);
-int getopt(int argc, char *argv[], char *optstring);
+int getopt(int argc, char *argv[], const char *optstring);
extern char *optarg; /* global argument pointer */
extern int optind; /* global argv index */
« no previous file with comments | « no previous file | src/shared/platform/win/port_win.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698