diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-07 19:17:55 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-07 19:17:55 +0200 |
commit | 5458506881d9ff73287df354d3be75b35d339f24 (patch) | |
tree | 063f47920356775837a86ba18c58836e66a37aca /sys/src/9/teg2/main.c | |
parent | e2a6e622c715eac26cdbfba42ba4f3c2af5b8ac9 (diff) |
all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)
Diffstat (limited to 'sys/src/9/teg2/main.c')
-rw-r--r-- | sys/src/9/teg2/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/src/9/teg2/main.c b/sys/src/9/teg2/main.c index c8e511d19..f5feced0a 100644 --- a/sys/src/9/teg2/main.c +++ b/sys/src/9/teg2/main.c @@ -920,12 +920,6 @@ confinit(void) imagmem->maxsize = kpages; } -int -cmpswap(long *addr, long old, long new) -{ - return cas((int *)addr, old, new); -} - void advertwfi(void) /* advertise my wfi status */ { |