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

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

int __stime32(const time32_t *t)
{
	return stime(&(time_t){*t});
}
debug log:

solving cc76364d ...
found cc76364d 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).