Ignore:
Timestamp:
Nov 28, 2011, 9:09:36 PM (13 years ago)
Author:
katerina
Message:

Fix for tickets #273 (deadlock), #274 (compile errors), #275 (makefile), #276 (config.sub, config.guess).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_pthread.h

    r371 r378  
    164164#define SH_MUTEX_TRYLOCK(M)                     ((void)0)
    165165#define SH_MUTEX_UNLOCK(M)                      ((void)0)
     166#define SH_MUTEX_TRYLOCK_UNLOCK(M)              ((void)0)
    166167#define SH_MUTEX_LOCK_UNSAFE(M)                 ((void)0)
    167168#define SH_MUTEX_TRYLOCK_UNSAFE(M)              (0)
Note: See TracChangeset for help on using the changeset viewer.