diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-09-21 19:53:27 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-09-21 19:53:27 +0200 |
commit | 3d05e77ca1f743e5b4091c6bfe311460175ed9ae (patch) | |
tree | d17a262c559e389e3adb6171de308800eb9d3426 /sys/src/libc/68000/mkfile | |
parent | 041e4852d258f05fe5f60964a76c99714905774e (diff) |
libc: change tas/sleep locks to cas/semacquire/semrelease locks (from sources)
spinlocks have been changed to use the new semacquire/semrelease
syscalls in combination with atomic compare and swap operations.
Diffstat (limited to 'sys/src/libc/68000/mkfile')
-rw-r--r-- | sys/src/libc/68000/mkfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libc/68000/mkfile b/sys/src/libc/68000/mkfile index 573d49268..cb049b6b0 100644 --- a/sys/src/libc/68000/mkfile +++ b/sys/src/libc/68000/mkfile @@ -24,7 +24,6 @@ SFILES=\ strlen.s\ CFILES=\ - cycles.c\ notejmp.c\ vlrt.c\ |