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]

Re: [PATCH] Add timegm POSIX call [updated]


On Aug 24 11:25, Andrew Russell via newlib wrote:
> Thanks for the head's up, Corinna. Updated.
> 
> >From 44fec0ae308ae6bc8c6f46b9a428d8ac28045f4b Mon Sep 17 00:00:00 2001
> From: Andrew Russell <ahrussell@google.com>
> Date: Thu, 23 Aug 2018 11:10:21 -0700
> Subject: [PATCH 1/1] Refactor mktime and add the POSIX function timegm
> 
> ---
>  newlib/libc/include/time.h   |  3 ++
>  newlib/libc/saber            |  1 +
>  newlib/libc/time/Makefile.am |  2 +
>  newlib/libc/time/Makefile.in | 11 ++++-
>  newlib/libc/time/local.h     |  2 +
>  newlib/libc/time/mktime.c    | 81 +++++++++++++++++++++++++-----------
>  newlib/libc/time/timegm.c    | 63 ++++++++++++++++++++++++++++
>  7 files changed, 138 insertions(+), 25 deletions(-)
>  create mode 100644 newlib/libc/time/timegm.c

Your patch doesn't apply cleanly, probably mangled by your MUA.  Can you
please send it again as attachment, as created by `git format-patch'?


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


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