<div dir="ltr">No problem.<div><br></div><div>That made me go look for a complete list of SVR4 APIs and I wasn't able to find them. My first job was doing device drivers for SVR3 based mini-computers and I may still have a paper copy at some volume of some edition of the SVID 

(System V Interface Definition)  but back in those dark ages, it was paper, comb-bound, and imposing. The API set appears to be unavailable in a simple list but <a href="http://sco.com/developers/devspecs/">sco.com/developers/devspecs/</a> does have a set of PDF (ok one file is Postscript).  I also found "UNIX Systems Programming for SVR4" available electronically which includes a set of example programs in a tar file.</div><div><br></div><div><a href="https://www.bitsinthewind.com/about-dac/publications/unix-systems-programming">https://www.bitsinthewind.com/about-dac/publications/unix-systems-programming</a>  <br></div><div><br></div><div>Might be interesting to see if the examples can be compiled for RTEMS. Paging through the book, it looked pretty good. UNIX code never completely goes out of date and the electronic edition was updated in 2014 so that's a good sign it is useful.</div><div><br></div><div>But my going in hope was an easy list of APIs to add to the standards tracking document. I know this is old but SVID is at least historically important.</div><div><br></div><div>The sands of time are building up so I'll quit now. :)</div><div><br></div><div>--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 11, 2020 at 9:47 AM Ярослав Лещинский <<a href="mailto:midniwalker@gmail.com">midniwalker@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks. Yes, clock_settime -- exactly what I was looking for.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 11 Aug 2020 at 16:29, Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 11, 2020 at 9:07 AM Ярослав Лещинский <<a href="mailto:midniwalker@gmail.com" target="_blank">midniwalker@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I'm looking for a method like int stime(time_t *t); to update epoch value. Can someone tell me the way how to set time properly?</div></div></blockquote><div><br></div><div><br></div><div>I had to look up stime(). That's a System V R4 method that I have never used.  It sure isn't part of POSIX.</div><div><br></div><div>The POSIX way is clock_settime(CLOCK_REALTIME,...).</div><div><br></div><div>The Classic API way is rtems_clock_set().</div><div><br></div><div>cpukit/libmisc/shell/main_date.c has a simple example of using clock_settime().<br></div><div><br></div><div>Interesting that there has never been a mention of stime() before.</div><div><br></div><div>--joel</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thanks.</div><div><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><span><div style="font-size:12.8px"><font face="verdana, sans-serif" color="#000000">--</font></div><div style="font-size:12.8px"><font face="verdana, sans-serif" color="#000000">Kind regards,</font></div><div style="font-size:12.8px"><font face="verdana, sans-serif" color="#000000"><b>Yaroslav Leshchinsky</b></font></div></span></div></div></div></div></div></div></div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></blockquote></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><span><div style="font-size:12.8px"><font face="verdana, sans-serif" color="#000000">--</font></div><div style="font-size:12.8px"><font face="verdana, sans-serif" color="#000000">Kind regards,</font></div><div style="font-size:12.8px"><font face="verdana, sans-serif" color="#000000"><b>Yaroslav Leshchinsky</b></font></div></span></div></div></div></div></div>
</blockquote></div>