summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-05 20:30:45 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-05 20:30:45 +0000
commitbf0b6b093871685a6737a6c7ad2984b3c16ccedb (patch)
tree7d3de58db3ac76e87781abfe3e8bc16ae8ee7fa4 /libc
parent3540c7c49369e0816c665f476a32e13808d16819 (diff)
OOps.
Diffstat (limited to 'libc')
-rw-r--r--libc/misc/time/adjtime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/time/adjtime.c b/libc/misc/time/adjtime.c
index 6d686bfda..2049bc896 100644
--- a/libc/misc/time/adjtime.c
+++ b/libc/misc/time/adjtime.c
@@ -49,5 +49,4 @@ adjtime(const struct timeval * itv, struct timeval * otv)
}
return 0;
}
-weak_alias(adjtime, __adjtime);