@rjd324
Quote:
Thanks for the tip. I do generally use SDK Browser.
This way you may miss some necessary information , as SDK browser surely didn't search inside of stub *.a libs, or in pure text files, but only autodocs (and maybe includes too, not sure).
So the safe way is always use pure dopus or something, and do search on the whole "SDK" dir.
Quote:
Do you know if setitimer/getitimer are on the list of known unimplemented/forgotten functions for the newlib guys?
In OS4 beta no one answer, but i ask Andrea is he have it in his clib2 , he also didn't have it, and it turns out to be those functions is "too much linux centric" which need kernel changes or so.
Probably those defines for functions in newlib was just left in sys/time by ancident (they just forgot to delete them seems so), and while functions defined, tey isn't implemented anywhere, not in newlib, not in clib2, and never was.