diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-10-20 10:59:01 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-10-20 10:59:01 +0000 |
commit | aa982024d14f9d6c4afe8ada89e5a46585623102 (patch) | |
tree | 24d7602f504e9dc24566fad9ad63aa83497ade63 /winsup/cygwin/cygthread.h | |
parent | ba52f4444b050e7375f956cf767244f93c35909f (diff) | |
download | newlib-aa982024d14f9d6c4afe8ada89e5a46585623102.zip newlib-aa982024d14f9d6c4afe8ada89e5a46585623102.tar.gz newlib-aa982024d14f9d6c4afe8ada89e5a46585623102.tar.bz2 |
* syscalls.cc (try_to_bin): Improve debug output.
(check_dir_not_empty): Take additional path_conv argument. Improve
debug output. Change syscall_printf to debug_printf.
(unlink_nt): Improve debug output. Change syscall_printf to
debug_printf.
(unlink): Change syscall_printf to debug_printf.
* cygthread.h: Fix copyright dates.
Diffstat (limited to 'winsup/cygwin/cygthread.h')
-rw-r--r-- | winsup/cygwin/cygthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/cygthread.h b/winsup/cygwin/cygthread.h index 9950873..a15889a 100644 --- a/winsup/cygwin/cygthread.h +++ b/winsup/cygwin/cygthread.h @@ -1,7 +1,7 @@ /* cygthread.h - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2010 - Red Hat, Inc. + Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2010, + 2011 Red Hat, Inc. This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for |