mailing list of musl libc
 help / color / mirror / code / Atom feed
edda89da0be1a27204107f98a0722063b495e0e9 blob 218 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include <locale.h>
#include <time.h>
#include "libc.h"

size_t __strftime_l(char *s, size_t n, const char *f, const struct tm *tm, locale_t l)
{
	return strftime(s, n, f, tm);
}

weak_alias(__strftime_l, strftime_l);
debug log:

solving edda89d ...
found edda89d in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found 70b2f15 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 70b2f15157e593753061668080cefab596befccb	src/locale/strftime_l.c

applying [1/1] https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
diff --git a/src/locale/strftime_l.c b/src/locale/strftime_l.c
index 70b2f15..edda89d 100644

Checking patch src/locale/strftime_l.c...
Applied patch src/locale/strftime_l.c cleanly.

index at:
100644 edda89da0be1a27204107f98a0722063b495e0e9	src/locale/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).