Browse Source

Add in a weak for __adjtime

Eric Andersen 23 years ago
parent
commit
a4ade3ea51
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/misc/time/adjtime.c

+ 2 - 0
libc/misc/time/adjtime.c

@@ -49,3 +49,5 @@ adjtime(const struct timeval * itv, struct timeval * otv)
   }
   return 0;
 }
+weak_alias(adjtime, __adjtime);
+