diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-28 00:06:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-28 00:06:35 +0000 |
commit | 4d029f3940b1f91b5ee06ccd724c90245c9d52cc (patch) | |
tree | 4fd6a178d45eaa67f07ed6e1905b6e192987a743 /winsup/cygwin/miscfuncs.cc | |
parent | a6d66c13997c667dc5de8de8865371b9fc1d20ef (diff) | |
download | cygnal-4d029f3940b1f91b5ee06ccd724c90245c9d52cc.tar.gz cygnal-4d029f3940b1f91b5ee06ccd724c90245c9d52cc.tar.bz2 cygnal-4d029f3940b1f91b5ee06ccd724c90245c9d52cc.zip |
* cygwin.din (ualarm): New export.
* dcrt0.cc (_dll_crt0): Add experimental tls storage declaration.
(dll_crt0): Ditto.
* debug.cc (thread_stub): Ditto.
* thread.cc: Minor cleanup.
(__pthread_create): Add experimental tls storage declaration.
* miscfuncs.cc: Define tls index.
* winsup.h: Declare experimental tls storage.
* window.cc (alarm): Use old timer return from setitimer.
(ualarm): New function.
Diffstat (limited to 'winsup/cygwin/miscfuncs.cc')
-rw-r--r-- | winsup/cygwin/miscfuncs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc index 6cc03a669..b93a7588b 100644 --- a/winsup/cygwin/miscfuncs.cc +++ b/winsup/cygwin/miscfuncs.cc @@ -12,7 +12,7 @@ details. */ #include "cygerrno.h" #include <sys/errno.h> -/********************** String Helper Functions ************************/ +long tls_ix; const char case_folded_lower[] NO_COPY = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, |