diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-05 04:23:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-05 04:23:41 +0000 |
commit | 5806add291f1c7561b85ab188298c34a9f3a06c4 (patch) | |
tree | 69c2d25b94264939bd8d0b98a3555da40d2d7561 /winsup/cygwin/fhandler_process.cc | |
parent | f57289609bdfe5c7063fb32336b1859c37b3c55b (diff) | |
download | cygnal-5806add291f1c7561b85ab188298c34a9f3a06c4.tar.gz cygnal-5806add291f1c7561b85ab188298c34a9f3a06c4.tar.bz2 cygnal-5806add291f1c7561b85ab188298c34a9f3a06c4.zip |
* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.
Diffstat (limited to 'winsup/cygwin/fhandler_process.cc')
-rw-r--r-- | winsup/cygwin/fhandler_process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 03000a21d..7b1773f0e 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -60,7 +60,7 @@ static const char * const process_listing[] = "ctty", "stat", "statm", - "cmdline", + "qmdline", NULL }; |