os/libc/__helpers.h
2020-08-30 09:35:12 -05:00

8 lines
129 B
C

#ifndef __HELPERS_H
#define __HELPERS_H
#include <pthread.h>
void __pthread_spin_lock_helper(pthread_spinlock_t* lock);
#endif