On Linux, _rtw_spinlock_free() is a no-op

This commit is contained in:
kimocoder
2019-02-12 19:27:19 +01:00
parent cdd3858b62
commit fff9f74b19
15 changed files with 3 additions and 120 deletions

View File

@@ -325,7 +325,6 @@ extern void _rtw_mutex_free(_mutex *pmutex);
#ifndef PLATFORM_FREEBSD
extern void _rtw_spinlock_init(_lock *plock);
#endif /* PLATFORM_FREEBSD */
extern void _rtw_spinlock_free(_lock *plock);
extern void _rtw_spinlock(_lock *plock);
extern void _rtw_spinunlock(_lock *plock);
extern void _rtw_spinlock_ex(_lock *plock);