* Makefile.in (build_dumper): Detect missing iconv library.
* cygpath.cc (dowin): Report on filename conversion errors. (doit): Ditto. * strace.cc (main): Use symbolic constant for _STRACE_ALL when setting mask.
This commit is contained in:
@@ -985,7 +985,7 @@ character #%d.\n", optarg, (int) (endptr - optarg), endptr);
|
||||
error (0, "must provide a process id to toggle tracing");
|
||||
|
||||
if (!mask)
|
||||
mask = 1;
|
||||
mask = _STRACE_ALL;
|
||||
|
||||
if (bufsize)
|
||||
setvbuf (ofile, (char *) alloca (bufsize), _IOFBF, bufsize);
|
||||
|
Reference in New Issue
Block a user