chao.an 8b42e6abd2 pthread/spinlock: move the structure prototype out of the definition
pthread/pthread_spinlock.c: In function ‘pthread_spin_init’:
pthread/pthread_spinlock.c:114:11: error: dereferencing pointer to incomplete type ‘pthread_spinlock_t’ {aka ‘struct pthread_spinlock_s’}
  114 |       lock->sp_lock   = SP_UNLOCKED;
      |           ^~

Change-Id: I49dbb2682e36a17bb25a647c6468b7fb511e4a76
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-09 18:45:48 -08:00
..
2020-06-15 08:07:19 -06:00
2020-11-09 02:33:52 -08:00
2020-11-05 11:38:28 -03:00
2020-08-11 16:44:42 +09:00
2020-11-05 18:49:22 -08:00
2020-08-24 03:36:44 -07:00
2020-10-20 01:45:06 -07:00
2020-05-27 05:40:37 -06:00
2020-08-14 03:44:26 -07:00
2020-05-11 11:32:55 -04:00
2020-07-21 21:48:18 -07:00