diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-05 20:30:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-05 20:30:45 +0000 |
commit | bf0b6b093871685a6737a6c7ad2984b3c16ccedb (patch) | |
tree | 7d3de58db3ac76e87781abfe3e8bc16ae8ee7fa4 /libc/misc | |
parent | 3540c7c49369e0816c665f476a32e13808d16819 (diff) |
OOps.
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/time/adjtime.c | 1 |
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); |