Changeset 1200
- Timestamp:
- 2012-12-17T14:22:17+01:00 (5 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_lock.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_lock.c
r1199 r1200 201 201 return (xc_lock_t *) 1; 202 202 #else 203 # ifdef ZTS204 203 xc_lock_t *lck = malloc(sizeof(xc_lock_t)); 204 # ifdef ZTS 205 205 # if defined(PTHREADS) 206 206 pthread_mutexattr_t psharedm;
Note: See TracChangeset
for help on using the changeset viewer.

