This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Obsolete clock methods in time.h?
- From: Joel Sherrill <joel at rtems dot org>
- To: Newlib <newlib at sourceware dot org>
- Date: Wed, 18 Apr 2018 18:17:13 -0500
- Subject: Obsolete clock methods in time.h?
- Reply-to: joel at rtems dot org
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.