mailing list of musl libc
 help / color / mirror / code / Atom feed
8225142ab208f4aefd70344f8ddf57c6cdb01f0e blob 157 bytes (raw)

1
2
3
4
5
6
7
 
#include "time.h"

size_t strftime_l(char *s, size_t max, const char *format, const struct tm *tm, locale_t l)
{
    return strftime(s, max, format, tm);
}

debug log:

solving 8225142 ...
found 8225142 in https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/ ||
	https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/

applying [1/2] https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/
diff --git a/src/time/strftime_l.c b/src/time/strftime_l.c
new file mode 100644
index 0000000..8225142

Checking patch src/time/strftime_l.c...
1:13: new blank line at EOF.
+
Applied patch src/time/strftime_l.c cleanly.
warning: 1 line adds whitespace errors.

skipping https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/ for 8225142
index at:
100644 8225142ab208f4aefd70344f8ddf57c6cdb01f0e	src/time/strftime_l.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).