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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#ifndef	_SYS_TIMES_H
#define	_SYS_TIMES_H

#define __NEED_clock_t
#include <bits/alltypes.h>

struct tms
{
	clock_t tms_utime;
	clock_t tms_stime;
	clock_t tms_cutime;
	clock_t tms_cstime;
};

clock_t times (struct tms *);

#endif
debug log:

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