Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(37)

Unified Diff: src/process-manager/libc-global-variables.c

Issue 41044: Add simu_getopt_long_r
Patch Set: Created 14 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/process-manager/libc-global-variables.c
===================================================================
--- a/src/process-manager/libc-global-variables.c
+++ b/src/process-manager/libc-global-variables.c
@@ -7,7 +7,5 @@
FILE *stdout;
FILE *stderr;
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
-char *optarg = 0;
-int optind = 0, opterr = 0, optopt = 0;
Mathieu Lacage 2009/04/15 07:19:03 This is not ok: the user process must have access
Hajime Tazaki 2009/04/15 15:38:54 This modification came from the case when I ran mu
Mathieu Lacage 2009/04/17 12:03:38 If you have two processes (A,B), within a single n
Hajime Tazaki 2009/04/17 16:06:42 Okay, I got the point. So how about the following
const char *_libc_intl_domainname = "libc";
char **__environ = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b