/platform/osx/platform/vars/mutex.d
http://github.com/wilkie/djehuty · D · 14 lines · 3 code · 2 blank · 9 comment · 0 complexity · d7469e0d605e0ae2d0a3e0e9bf15d8c2 MD5 · raw file
- /*
- * mutex.d
- *
- * This module implements the platform specifics for the Mutex class.
- *
- * Author: Dave Wilkinson
- * Originated: July 25th, 2009
- *
- */
- module platform.vars.mutex;
- struct MutexPlatformVars {
- }