This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Obsolete clock methods in time.h?


 Hi

While grep'ing for uses of clockid_t, I came across these in time.h:

/* CPU-time Clock Attribute Access, P1003.4b/D8, p. 56 */

int _EXFUN(clock_setenable_attr, (clockid_t clock_id, int attr));
int _EXFUN(clock_getenable_attr, (clockid_t clock_id, int *attr));


Not remembering those, i did a web search and I think they are dead
except for these prototypes in Newlib.

Does anyone have anymore insight into them? Is it OK to remove them?

FWIW that looks like my style of comment and I don't even know
where I could find that draft these days. :)

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]