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

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

char *__ctime32_r(time32_t *t, char *buf)
{
	return ctime_r(&(time_t){*t}, buf);
}
debug log:

solving e1ad2e28 ...
found e1ad2e28 in https://git.vuxu.org/mirror/musl/

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).