os/libc/__helpers.h

8 lines
129 B
C
Raw Normal View History

2020-08-30 09:35:12 -05:00
#ifndef __HELPERS_H
#define __HELPERS_H
#include <pthread.h>
void __pthread_spin_lock_helper(pthread_spinlock_t* lock);
#endif