From 41f7eadf3e5e6b42ecd54c53adab112253122e34 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 9 Sep 2005 09:03:21 +0000 Subject: 2005-09-09 Martin Hunt * runtime.h: Add arith.c * recreate_links: Add arith.c * emul.h: Define jiffies so arith.c will compile. --- runtime/user/recreate_links | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/user/recreate_links') diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index c29c8e18..a45b5608 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -15,3 +15,4 @@ ln -s ../counter.c . ln -s ../stat.c . ln -s ../stat.h . ln -s ../stat-common.c . +ln -s ../arith.c . -- cgit