Eric Andersen 24 年 前
コミット
bf0b6b0938
1 ファイル変更0 行追加1 行削除
  1. 0 1
      libc/misc/time/adjtime.c

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

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