X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ffprintftime.h;h=6f76d16acdca00f6ea1d9e4023eb525a8ed2b3fe;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=d7546c88baad02c0a7089db64d8c33a34b2d43ca;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/gnu/fprintftime.h b/gnu/fprintftime.h index d7546c88..6f76d16a 100644 --- a/gnu/fprintftime.h +++ b/gnu/fprintftime.h @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Generate time strings directly to the output. */ -/* Copyright (C) 2005, 2009-2014 Free Software Foundation, Inc. +/* Copyright (C) 2005, 2009-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +23,7 @@ large buffer that nstrftime would require. Output to stream FP the result of formatting (according to the - nstrftime format string, FMT) the time data, *TM, and the UTC + nstrftime format string, FMT) the time data, *TM, and the ZONE and NANOSECONDS values. */ size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm, - int utc, int nanoseconds); + timezone_t zone, int nanoseconds);