This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

use volatile when replacing Interlocked*


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Based on a recent patch to the win32 headers
(http://cygwin.com/ml/cygwin-cvs/2008-q2/msg00157.html), the Interlocked*
functions in winbase.h are now properly prototyped to take volatile
arguments.  This patch makes cygwin match.

2008-07-12 Eric Blake <ebb9@byu.net>

	Fix usage of recently fixed Interlocked* functions.
	* winbase.h (ilockincr, ilockdecr, ilockexch, ilockcmpexch): Add
	volatile qualifier, to match Interlocked* functions.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkh4osMACgkQ84KuGfSFAYCy7gCfbLBKoJANhtDsoaTkjkISBGGp
EAgAoKwCaV9qic2sdJvrJsaWH2kwnF+S
=xkGN
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]