CVSROOT: /cvs/src Module name: src Branch: cygwin-64bit-branch Changes by: [email protected] 2012-08-14 19:29:32
Modified files:
winsup/cygwin : ChangeLog advapi32.cc ntdll.h thread.cc
thread.h
Log message:
* advapi32.cc (DuplicateTokenEx): Make ?: expression type-safe.
* ntdll.h (KAFFINITY): Don't define if building with Mingw64 headers.
* thread.cc: Throughout drop casts in calls to Interlocked functions.
* thread.h (class fast_mutex): Ditto. Define lock_counter as LONG.
(class pthread_mutex): Define lock_counter as LONG.
(struct MTinterface): Define threadcount as LONG.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.5939.2.7&r2=1.5939.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/advapi32.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.12&r2=1.12.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.141&r2=1.141.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.270.2.1&r2=1.270.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.131&r2=1.131.2.1
