summaryrefslogtreecommitdiff
path: root/sys/src/9/teg2/main.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-07-07 19:17:55 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-07-07 19:17:55 +0200
commit5458506881d9ff73287df354d3be75b35d339f24 (patch)
tree063f47920356775837a86ba18c58836e66a37aca /sys/src/9/teg2/main.c
parente2a6e622c715eac26cdbfba42ba4f3c2af5b8ac9 (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.c6
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 */
{