Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-04-21 12:10:28 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-04-21 12:10:28 +0400
commita0307f9914e8e2407f8ba4776e014e36a18c773f (patch)
tree49dc159177c4c0415a34680c0c598d2a62168389 /winsup/cygwin/cygtls.h
parent2656876fb3d5ec24d57c96715f2ada4872e8e56f (diff)
* cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.
* cygtls.cc (_cygtls::remove): Always free mallocated TLS storage on thread exit. Drop freeing locals.process_ident. * cygtls.h (struct _local_storage): Remove syslog-related members. * syslog.cc (syslog_globals): New static storage for global syslog settings. Use throughout instead of _my_tls.locals. (openlog): Set new syslog_globals.process_ident value more carefully. * tlsoffsets.h: Regenerate.
Diffstat (limited to 'winsup/cygwin/cygtls.h')
-rw-r--r--winsup/cygwin/cygtls.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h
index 230a7e3af..4715d37b4 100644
--- a/winsup/cygwin/cygtls.h
+++ b/winsup/cygwin/cygtls.h
@@ -114,12 +114,6 @@ struct _local_storage
/* strerror */
char strerror_buf[sizeof ("Unknown error 4294967295")];
- /* sysloc.cc */
- wchar_t *process_ident; // note: malloced
- int process_logopt;
- int process_facility;
- int process_logmask;
-
/* times.cc */
char timezone_buf[20];
struct tm _localtime_buf;