diff options
author | rpj <rpj> | 1998-09-12 12:24:21 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-09-12 12:24:21 +0000 |
commit | 8536584f1efdd34256c037193c69e45ca35e336d (patch) | |
tree | d4768ab8ddf5980bc1be2cdec6c2c094cddd584d /ChangeLog | |
parent | 6ce00ffe10306ce8063dad1b64530fdde4867820 (diff) |
* tsd.c: Add comment explaining rationale for not building
POSIX TSD on top of Win32 TLS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Sat Sep 12 20:09:24 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * windows.h: Remove error number definitions. These are in <errno.h> + + * tsd.c: Add comment explaining rationale for not building + POSIX TSD on top of Win32 TLS. 1998-09-12 Ben Elliston <bje@cygnus.com> |