Removed busy locks.

This commit is contained in:
Ruslan Ermilov
2015-03-20 06:45:32 +03:00
parent f8d10849ad
commit babd64e344
9 changed files with 1 additions and 802 deletions

View File

@@ -67,8 +67,5 @@ ngx_tid_t ngx_thread_tid(void);
#endif
#define ngx_mutex_lock(m)
#define ngx_mutex_unlock(m)
#endif /* _NGX_THREAD_H_INCLUDED_ */