repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
[binutils.git]
/
include
/
mpw
/
sys
/
resource.h
blob
d39439d61d52ee2dde5942e97c43f9e08fe24553
1
#ifndef __SYS_RESOURCE_H__
2
#define __SYS_RESOURCE_H__
3
4
struct
rusage
{
5
struct
timeval ru_utime
;
6
struct
timeval ru_stime
;
7
};
8
9
#endif
/* __SYS_RESOURCE_H__ */