Re: [PATCH v2] Align *utime*() with POSIX/glibc
Corinna Vinschen via Newlib <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 26 15:16, Sebastian Huber wrote: > Change the prototypes to be in line with POSIX/glibc. This may fix > issues with new warnings produced by GCC 11. > > Signed-off-by: Sebastian Huber <[email protected]> > --- > newlib/libc/include/sys/_default_fcntl.h | 2 +- > newlib/libc/include/sys/stat.h | 4 ++-- > newlib/libc/include/sys/time.h | 6 +++--- > 3 files changed, 6 insertions(+), 6 deletions(-) I pushed this together with a matching patch in Cygwin. Hope that's ok. Thanks, Corinna