ClockAdjust or clock_settime don't change the bios time

The c library function ClockAdjust or clock_settime don’t change the bios
time on my embedded pentium board. What is the library function to change
the bios time.
Thanks.

“Rejean Senecal” <rsenecal@oerlikon.ca-no-spam> wrote in message
news:amnsms$jri$1@inn.qnx.com

The c library function ClockAdjust or clock_settime don’t change the bios
time on my embedded pentium board. What is the library function to change
the bios time.

This is machine dependent, so it’s not part of the OS. On x86 you can use
system( “rtc -s hw”);

Thanks.