Re: [PATCH v2] newlib/libc/include/time.h: Removed clock_id casts
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Nov 20 12:13, Corinna Vinschen wrote: > Hi Aaron, > > On Nov 20 09:16, [email protected] wrote: > > The POSIX specification defines these as constants. The cast is > > unnecessary. This brings newlib inline with the equivalent FreeBSD > > defines. > > --- > > newlib/libc/include/time.h | 20 +++++------ > > test | 71 ++++++++++++++++++++++++++++++++++++++ > > 2 files changed, 81 insertions(+), 10 deletions(-) > > create mode 100644 test > > Pushed. Unfortunately I missed the stray "test" file in the top-level dir. I removed it with a followup patch. Corinna