4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 16:26:12 +08:00

* sigproc.cc (get_proc_lock): Fix error message typo.

This commit is contained in:
Christopher Faylor 2010-02-03 19:57:05 +00:00
parent 4a49c71595
commit 66dd5c4ff5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-02-03 Christopher Faylor <me+cygwin@cgf.cx>
* sigproc.cc (get_proc_lock): Fix error message typo.
2010-02-03 Corinna Vinschen <corinna@vinschen.de> 2010-02-03 Corinna Vinschen <corinna@vinschen.de>
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Workaround * fhandler_disk_file.cc (fhandler_base::fstat_helper): Workaround

View File

@ -165,7 +165,7 @@ get_proc_lock (DWORD what, DWORD val)
sigproc_printf ("sync_proc_subproc is NULL (2)"); sigproc_printf ("sync_proc_subproc is NULL (2)");
return false; return false;
} }
system_printf ("Couldn't aquire sync_proc_subproc for(%d,%d), last %d, %E", system_printf ("Couldn't acquire sync_proc_subproc for(%d,%d), last %d, %E",
what, val, lastwhat); what, val, lastwhat);
return true; return true;
} }