diff options
author | rpj <rpj> | 2000-09-08 01:29:38 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-09-08 01:29:38 +0000 |
commit | 9a5870dcbfd00fa58c011b79366740afc62784ae (patch) | |
tree | 8d87678ebd79bcc514bf0da1ec24d9d500d4d6f3 /ChangeLog | |
parent | 199d96f3e3f6077235be8e0bf9482d2a46e108c2 (diff) |
Edit CFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-09-08 Ross Johnson <rpj@special.ise.canberra.edu.au> + * GNUmakefile(_WIN32_WINNT=0x400): Define in CFLAGS; + doesn't seem to be needed though. + * cancel.c (pthread_cancel): Must get "self" through calling pthread_self() which will ensure a POSIX thread struct is built for non-POSIX threads; return an error |