tail head cat sleep
QR code linking to this page

manページ  — RESETTODR

名称

resettodr – バッテリーバックアップの時計をシステムの時間に合わせる

内容

書式

#include <sys/types.h>
#include <sys/systm.h>

void
resettodr(void);

解説

resettodr() 関数はシステムのバッテリーバックアップの時計をシステムが保有している time 変数の時間に合わせます。

関連項目

inittodr(9), time(9)

バグ

多くのシステムで resettodr() は内部表現の time から年、月、日、時、分、秒で表現される時刻に変換しなければなりません。 多くのインプリメンテーションではコードの共有が可能ですが、共有していません。

RESETTODR (9) November 13, 1995

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

There are 10 types of people in the world: those who understand binary, and those who don't.