mailing list of musl libc
 help / color / mirror / code / Atom feed
9c6f190abe030a03a9bfed298ecc9b6364960865 blob 176 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include "time32.h"
#include <time.h>
#include <sys/timex.h>

struct timex32;

int __adjtimex_time32(struct timex32 *tx32)
{
	return __clock_adjtime32(CLOCK_REALTIME, tx32);
}
debug log:

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