live: cleanup

This commit is contained in:
Delyan Angelov 2020-05-15 23:23:31 +03:00
parent 7c9bb44784
commit 2dbb4c2ca7
5 changed files with 8 additions and 9 deletions

View file

@ -3,11 +3,6 @@
// that can be found in the LICENSE file.
module sync
#include <pthread.h>
fn C.pthread_mutex_init(voidptr, voidptr) int
fn C.pthread_mutex_lock(voidptr) int
fn C.pthread_mutex_unlock(voidptr) int
// [init_with=new_mutex] // TODO: implement support for this struct attribute, and disallow Mutex{} from outside the sync.new_mutex() function.
[ref_only]
pub struct Mutex {