* strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.

* cygcheck.cc (main): Ditto.
This commit is contained in:
Christopher Faylor
2004-02-10 16:01:31 +00:00
parent 3536f0fb2b
commit 744ed079bc
4 changed files with 8 additions and 1 deletions

View File

@@ -909,6 +909,7 @@ main (int argc, char **argv)
else
pgm++;
(void) putenv("POSIXLY_CORRECT=1");
while ((opt = getopt_long (argc, argv, opts, longopts, NULL)) != EOF)
switch (opt)
{