mailing list of musl libc
 help / color / mirror / code / Atom feed
98d23246e7f4c7620efeee398ad32534d15a6d5e blob 300 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
#ifndef	_SYS_TIMES_H
#define	_SYS_TIMES_H

#ifdef __cplusplus
extern "C" {
#endif

#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 *);

#ifdef __cplusplus
}
#endif

#endif
debug log:

solving 98d2324 ...
found 98d2324 in https://inbox.vuxu.org/musl/20111010164449.GU24939@port70.net/
found aca743d in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 aca743d3e4e73276b0530f43b384ce71f26e3edc	include/sys/times.h

applying [1/1] https://inbox.vuxu.org/musl/20111010164449.GU24939@port70.net/
diff --git a/include/sys/times.h b/include/sys/times.h
index aca743d..98d2324 100644

Checking patch include/sys/times.h...
Applied patch include/sys/times.h cleanly.

index at:
100644 98d23246e7f4c7620efeee398ad32534d15a6d5e	include/sys/times.h

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