Mutex protect rand() if POSIX threading
authorFabian Keil <fk@fabiankeil.de>
Tue, 26 Dec 2006 17:31:41 +0000 (17:31 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 26 Dec 2006 17:31:41 +0000 (17:31 +0000)
commit23a960241804eb0d73d845acdfcce0bf0e5ebd9c
tree068f750ed01c89ce70d0ff0ec8a7242812e725d3
parent625fe85d139316efcc0cac532a8fd5208486dc88
Mutex protect rand() if POSIX threading
is used, warn the user if that's not possible
and stop using it on _WIN32 where it could
cause crashes.
jcc.c
jcc.h
miscutil.c